Task_metadata
API Key Scope: task_metadata / index
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
The number of items to display for pagination.
The number of items to skip for pagination.
Sort results by attribute.
Can sort on multiple attributes, separated by |.
Order direction can be suffixing the attribute by either :asc (default) or :desc.
Filter on id
Filter on key
Filter on value
List of task metadata.
List of task metadata.
API Key Scope: task_metadata / create
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
A specific task metadatum.
The received resource was not correctly formatted.
API Key Scope: task_metadata / show
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
Numeric ID of task metadatum.
A specific task metadatum.
A specific task metadatum.
API Key Scope: task_metadata / update
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
Numeric ID of task metadatum.
A specific task metadatum.
The received resource was not correctly formatted.
API Key Scope: task_metadata / destroy
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
Numeric ID of task metadatum.
Task metadatum destroyed.
Task metadatum destroyed.
No content
Last updated
Was this helpful?