post
https://{apiHost}/api/v2/public/admin-tasks
Create a new administrative task. Requires locationId and categoryIds.
- Use
GET /config/locationsto retrieve valid location IDs. - Use
GET /config/attributes?type=activityLogto retrieve valid category IDs.
On creation the server resolves the location's city and timezone, sets
workflow.component to manuallyCreated, and fires web push
notifications, chat room creation, and the ADMIN_TASK_CREATED
workflow trigger.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
404Returned when assigneeId does not resolve to an existing user
(code: USER_NOT_FOUND). The assigneeId must be a User._id,
not a Caregiver._id.