Actions
Read Actions item
Task item in the Actions collection selected by its id.
Condition
Requires a Task item with the given id to exist; otherwise returns 404 Not Found.
get/api/actions/{actionId}
Path parameters
actionIdstring uuid required
ID of the requested Action item (Task).
Headers
Accept'application/json' | 'application/vnd.api+json'
Must be set to application/vnd.api+json or application/json
Response
(JSON:API) document with a single data object representing the selected Task item.