Skip to main content
GET
/
api
/
{portfolio}
/
portfolios
/
v1
/
facilities
/
{facilityUuid}
/
tasks
/
uuids
Get task UUIDs for a facility
curl --request GET \
  --url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/facilities/{facilityUuid}/tasks/uuids \
  --header 'x-api-key: <x-api-key>'
[
  "<string>"
]

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

facilityUuid
string
required

Query Parameters

createdAt.lessOrEqual
string

Filter by createdAt less than or equal to this date-time (ISO 8601)

createdAt.greaterOrEqual
string

Filter by createdAt greater than or equal to this date-time (ISO 8601)

taskCategory
enum<string>

Filter tasks by category. Valid values: LEADS, TENANTS, DELINQUENCIES, OTHER

Available options:
LEADS,
TENANTS,
DELINQUENCIES,
OTHER
completed
string

Tri-state completion filter: "true" → only completed; "false" → only incomplete; any other value or omitted → both.

Response

200 - application/json

Array of task UUIDs, most recently created first, empty if none are found