Task_sources

Lists all task sources.

get

API Key Scope: task_sources / index

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

Query parameters
limitintegerOptional

The number of items to display for pagination.

offsetintegerOptional

The number of items to skip for pagination.

Responses
200

List of task sources.

application/json
get
/tasks/{task_id}/task_sources
200

List of task sources.

Creates a new task source.

post

API Key Scope: task_sources / create

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

Body
idstring · int64Read-onlyOptional
typestring · enumOptionalPossible values:
node_pathsstring[]Optional
rangeinteger[] · min: 2 · max: 2OptionalExample: [150000,290000]
pool_idintegerOptional
parent_storage_idinteger · int64Optional
storage_idinteger · int64Optional
storage_namestringOptional
Responses
post
/tasks/{task_id}/task_sources

Displays a specific task source.

get

API Key Scope: task_sources / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

task_source_idstringRequired

ID of task source.

Responses
200

A specific task source.

application/json
get
/tasks/{task_id}/task_sources/{task_source_id}

Updates a specific task source.

put

API Key Scope: task_sources / update

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

task_source_idstringRequired

ID of task source.

Body
idstring · int64Read-onlyOptional
typestring · enumOptionalPossible values:
node_pathsstring[]Optional
rangeinteger[] · min: 2 · max: 2OptionalExample: [150000,290000]
pool_idintegerOptional
parent_storage_idinteger · int64Optional
storage_idinteger · int64Optional
storage_namestringOptional
Responses
200

A specific task source.

application/json
put
/tasks/{task_id}/task_sources/{task_source_id}

Destroys a specific task source.

delete

API Key Scope: task_sources / destroy

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

task_source_idstringRequired

ID of task source.

Responses
delete
/tasks/{task_id}/task_sources/{task_source_id}
204

Task source destroyed.

No content

Last updated

Was this helpful?