Get task UUIDs for a facility
Retrieves the taskUuids of all tasks in the facility identified by facilityUuid, most recently created first. Completed tasks are included. Can be filtered by category, completion status, and a createdAt date window. Note: updatedAt windowing is NOT supported — only createdAt filtering is available.
Headers
Api key required to authenticate your request. Please reach out to monument for a key.
"monument-2230012-2312321"
Path Parameters
Query Parameters
Filter by createdAt less than or equal to this date-time (ISO 8601)
Filter by createdAt greater than or equal to this date-time (ISO 8601)
Filter tasks by category. Valid values: LEADS, TENANTS, DELINQUENCIES, OTHER
LEADS, TENANTS, DELINQUENCIES, OTHER Tri-state completion filter: "true" → only completed; "false" → only incomplete; any other value or omitted → both.
Response
Array of task UUIDs, most recently created first, empty if none are found

