Skip to main content
GET
Get task UUIDs for a facility

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