Metadata

List task metadata definitions

get

API Key Scope: task_metadata_definitions / index

Authorizations
AuthorizationstringRequired

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

Query parameters
limitintegerOptional

The number of items to display for pagination.

offsetintegerOptional

The number of items to skip for pagination.

Responses
get
/task_metadata_definitions
200

List of task metadata

Displays a specific task metadata definition.

get

API Key Scope: task_metadata_definitions / show

Authorizations
AuthorizationstringRequired

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

Path parameters
metadata_definition_idstringRequired

Numeric ID or key of a metadata definition

Responses
get
/task_metadata_definitions/{metadata_definition_id}
200

A specific task metadata

List file metadata definitions

get

API Key Scope: file_metadata_definitions / index

Authorizations
AuthorizationstringRequired

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

Query parameters
limitintegerOptional

The number of items to display for pagination.

offsetintegerOptional

The number of items to skip for pagination.

Responses
get
/file_metadata_definitions
200

List of file metadata

Displays a specific task metadata definition.

get

API Key Scope: file_metadata_definitions / show

Authorizations
AuthorizationstringRequired

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

Path parameters
metadata_definition_idstringRequired

Numeric ID or key of a metadata definition

Responses
get
/file_metadata_definitions/{metadata_definition_id}
200

A specific file metadata

Last updated

Was this helpful?