Get all projects in a space
Fetches a paginated list of projects for the given space ID with optional filtering and sorting.
Path parameters
ID of the space
Query parameters
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Headers
Organization ID
Response
OK
Changes
Changed in 2 of the 10 revisions of this API.2127
- ●
removed the optional property
data/projects/items/totalCostfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/projects/items/actualCostto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/alertThresholdPercentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/capUsedPercentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/contractValueto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/marginto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/marginPercentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/nteCapHoursto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/overageHoursto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/projectTypeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/projectTypeLockedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerBudgetPeriodto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerBudgetUsedPercentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerBudgetedHoursto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerCountCostModeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerCountHoursModeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerCycleAnchorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerFeeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerOverageHoursto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/retainerTotalCostto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/spentPercentto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/thresholdAlertRecipientsto the response with the200statusresponse-optional-property-added
- ●
- ▲
for the
queryrequest parameterpage, default value0was addedrequest-parameter-default-value-added
- ▲
for the
queryrequest parametersize, default value20was addedrequest-parameter-default-value-added
- ○
for the
queryrequest parameterpage, the type/format was generalized frominteger/int32tointeger/request-parameter-type-generalized
- ○
for the
queryrequest parametersize, the type/format was generalized frominteger/int32tointeger/request-parameter-type-generalized
- ○
added the optional property
data/projects/items/actualHoursto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/billableHoursto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/budgetedHoursto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/projects/items/nonBillableHoursto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲