Enter a task (HHD)
Tasks
Enter a task (HHD)
Used by handheld devices (HHDs) to enter/claim a task. Behavior depends on the current task state: if AVAILABLE, allocates to the current user and sets assigned_at and start_at; if ALLOCATED to the current user, updates last_accessed_at; if ALLOCATED to a different user, returns an error.
POST
Enter a task (HHD)
Behavior
This endpoint is used by handheld devices (HHDs) to claim and enter tasks.State Transitions
| Current State | Action |
|---|---|
| AVAILABLE | Allocates task to current user, sets assigned_at and start_at |
| ALLOCATED (to current user) | Updates last_accessed_at timestamp |
| ALLOCATED (to different user) | Returns 422 error |
| COMPLETED | Returns 422 error |
- Returns 204 No Content on success
- No request body required
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the task to enter
Response
Operation completed successfully with no content to return

