Skip to main content

List projects

GET 

/projects

Retrieve a list of Projects (or PX Tasks).

This is the primary Entry Column for all user entry sheets, although it is possible to disable it in the system settings.

About labels and feature names

It's important to understand that names (labels) of many things can be customized in Journyx, but this documentation will use the default names for consistency and clarity. This object is called "Project" by default, but in your company's deployment it may be called "Job", or "Cost Center", or some other term.

The labels are set in System Settings > Entry Sheets.

If you are using the Journyx PX product, work assignments are made under "Tasks" and PX Tasks are also stored in the Projects table and retrieved through this endpoint. PX Tasks are those where project_type != 1.

Request

Responses

A successful response from a paged collection; see the results array in the response for the list of results for this page. Additional pages may be available and can be fetched using the @nextLink URL.

Note that the examples given may include keys (fields) that may not always be present in the response, depending on the fields requested in the $keys parameter, the user's permissions, and other system settings.