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).

Response

(JSON:API) document with a single data object representing the selected Task item.

object[] required
OR
object required

Changes