v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Actions

List actions

post/tasks/v1/actions/list

Request body

page_sizeinteger

Optional. Number of actions to be returned in a single request. Maximum 100. Non-positive values are ignored. The presence of next_page_token in the response indicates that more results might be available. For example: '20'.

page_tokenstring

Optional. If present, then retrieve the next batch of results from the preceding call to this method. page_token must be the value of next_page_token from the previous response. The values of other method parameters should be identical to those in the previous call. For example: 'ODFBMzQ3MDYtNzQxNy00RDZGLThDNjE1MEFDMkM4MTQ3NDQ='.

inspection_idstring

Optional. The ID of the inspection the action belongs to. Deprecated, inspectionID in filters should be used instead.

offsetinteger

Optional. Offset from where on the actions will be listed.

sort_field'PRIORITY' | 'DATE_DUE' | 'CREATED_AT' | 'MODIFIED_AT'
sort_direction'ASC' | 'DESC'
without_countboolean

Optional. If true, will not return the count of actions.

include_custom_field_valuesboolean

Include custom field values for actions

Response

A successful response.

next_page_tokenstring

If there might be more results than those appearing in this response, then next_page_token is included. If empty then there are no more results. To get the next set of results, call this method again using the value of next_page_token as page_token. For Example: 'ODFBMzQ3MDYtNzQxNy00RDZGLThDNjE1MEFDMkM4MTQ3NDQ='

totalinteger

@deprecated. Use ActionsService.GetOrgActionCount instead. Total number of actions found