get
https://api.hcssapps.com/precon/api/v1/businessUnits//Projects
SORTING WARNING
Sorting using the Dev Portal will not work. Please configure sorting appropriately in your application using the correct syntax below.
sorting
GET /businessUnits/{businessUnitId}/projects?orderBy.fieldId=name%26orderBy.ascending=true
FILTER WARNING
Filtering using the Dev Portal will not work. Please configure filtering appropriately in your application using the correct syntax below.
filtering a string field
GET /businessUnits/{businessUnitId}/projects?filters[0].fieldId=name%26filters[0].contains=project
filtering a numeric field
GET /businessUnits/{businessUnitId}/projects?filters[0].fieldId=52fec515-2012-4d2d-b8ae-17c3b274bb84%26filters[0].lowerBound=100
filtering a date field
GET /businessUnits/{businessUnitId}/projects?filters[0].fieldId=8230a513-065b-4928-a64b-57cef4de1a31%26filters[0].lowerBound=2021-01-01T00:00:00.00000Z
paging
GET /businessUnits/{businessUnitId}/projects?continuationToken=continuationToken%26top=100
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens