Task_callbacks
API Key Scope: task_callbacks / index
Pass the username and password of a user in the authorization header. This currently gives full access.
ID or name of task. Task names are not unique, it's recommended to use ID.
The number of items to display for pagination.
The number of items to skip for pagination.
List of task callbacks.
List of task callbacks.
API Key Scope: task_callbacks / create
Pass the username and password of a user in the authorization header. This currently gives full access.
ID or name of task. Task names are not unique, it's recommended to use ID.
A specific task callback.
The received resource was not correctly formatted.
API Key Scope: task_callbacks / show
Pass the username and password of a user in the authorization header. This currently gives full access.
ID or name of task. Task names are not unique, it's recommended to use ID.
ID of task callback.
A specific task callback.
The requested resource was not found. The detailed error will be of type not_found.
API Key Scope: task_callbacks / update
Pass the username and password of a user in the authorization header. This currently gives full access.
ID or name of task. Task names are not unique, it's recommended to use ID.
ID of task callback.
A specific task callback.
The received resource was not correctly formatted.
API Key Scope: task_callbacks / destroy
Pass the username and password of a user in the authorization header. This currently gives full access.
ID or name of task. Task names are not unique, it's recommended to use ID.
ID of task callback.
Task callback destroyed.
Task callback destroyed.
No content
Last updated
Was this helpful?