/
OE
oeklo
/
GSMTasks Project API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 33m ago · Updated 2mo ago
Details
Filter operations
account_roles
9
accounts
21
addons
2
authenticate
1
billing
15
client_roles
6
clients
5
configurations
1
contact_address_exports
1
contact_address_import
3
contact_addresses
5
devices
3
docs
1
documents
5
emails
7
exports
6
file_uploads
3
formrules
6
integrations
1
metafields
6
notification_templates
7
notifications
3
orders
5
password_change
1
password_reset
1
password_reset_confirm
1
push_notifications
7
recurrences
5
register
1
reports
1
reviews
3
route_optimizations
8
routes
6
scenes
4
signatures
5
sms
7
task_address_features
2
task_commands
4
task_event_tracks
2
task_events
2
task_exports
1
task_forms
6
task_import
3
task_import_mapping
3
task_metadatas
2
tasks
21
get
/tasks/
post
/tasks/
get
/tasks/{id}/
put
/tasks/{id}/
patch
/tasks/{id}/
post
/tasks/{id}/accept/
post
/tasks/{id}/account_change/
post
/tasks/{id}/activate/
post
/tasks/{id}/assign/
post
/tasks/{id}/cancel/
post
/tasks/{id}/complete/
get
/tasks/{id}/documents/
get
/tasks/{id}/events/
post
/tasks/{id}/fail/
post
/tasks/{id}/reject/
get
/tasks/{id}/signatures/
post
/tasks/{id}/transit/
post
/tasks/{id}/unaccept/
post
/tasks/{id}/unassign/
post
/tasks/reorder/
post
/tasks/reposition/
time_location_features
6
time_locations
3
trackers
6
users
10
users_on_duty_log
3
webhooks
8
worker_features
2
worker_tracks
1
working_state
3
tasks
patch
/tasks/{id}/
Path parameters
id
string
uuid
required
A UUID string identifying this task.
Query parameters
format
'json'
|
'xml'
Request body
PatchedTaskSerializerV2
required
id
string
uuid
nullable
external_id
string
nullable
reference
string
barcodes
string[]
url
string
uri
account
string
uri
state
'unassigned'
|
'assigned'
|
'accepted'
|
'transit'
|
'active'
|
'completed'
|
'failed'
|
'cancelled'
assignee
string
uri
nullable
order
string
uri
nullable
orderer
string
uri
nullable
orderer_name
string
route
string
uri
nullable
category
'assignment'
|
'pick_up'
|
'drop_off'
|
'warehouse'
contact
NestedContact
address
NestedAddress
description
string
complete_after
string
date-time
nullable
complete_before
string
date-time
nullable
scheduled_time
string
date-time
nullable
completed_at
string
date-time
cancelled_at
string
date-time
auto_assign
boolean
assignee_proximity
'away'
|
'near'
position
number
double
nullable
priority
integer
duration
object
nullable
size
integer[]
nullable
forms
object
documents
string[]
signatures
string[]
metafields
object
trackers
string[]
issues
string[]
counts
object
actions
object
created_at
string
date-time
updated_at
string
date-time
Changes