Retrieve Object Workflow Tasks

GET https://{{vaultDNS}}/api/{{version}}/objects/objectworkflows/tasks

https://developer.veevavault.com/api/22.2/#retrieve-object-workflow-tasks

Retrieve all available tasks across all object workflows.

Request Params

KeyDatatypeRequiredDescription
object__vnullTo retrieve all workflow tasks configured on an object, include the Vault object name__v and object record id field values as ?object__v={name__v}&record_id__v={id}. These two parameters are required when the assignee__v parameter is not used.
record_id__vnullTo retrieve all workflow tasks configured on an object, include the Vault object name__v and object record id field values as ?object__v={name__v}&record_id__v={id}. These two parameters are required when the assignee__v parameter is not used.
assignee__vnullTo retrieve all workflow tasks available to a particular user, include the user id field value as ?assignee__v={id}. To retrieve your own workflow tasks, set this value to ?assignee__v=me. This parameter is required when the object__v and record_id__v parameters are not used.
status__vnullTo retrieve all workflow tasks with specific statuses, include one or more status name__v field values. For example: ?status__v=available__v or ?status__v=available__v,completed__v.
offsetnullThis parameter is used to paginate the results. It specifies the amount of offset from the first record returned. Vault returns 200 records per page by default. If you are viewing the first 200 results (page 1) and want to see the next page, set this to ?offset=201.
page_sizenullThis parameter is used to paginate the results. It specifies the size number of records to display per page. Vault returns 200 records per page by default. You can set this value lower or as high as 1000 records per page. For example: ?page_size=1000.
locnullWhen localized (translated) strings are available, retrieve them by including ?loc=true.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring