Retrieve a todo item.
GET/v1/spaces/:spaceId/todoItems/:todoItemId
Get details of a specific todo item.
Requires space_read on the specified spaceId and only Todo Items where the caller has the scope on the resource specified by the TodoItem are returned.
Scope: space_read
Request
Responses
- 200
- 400
- 403
- 404
The requested todo item.
Invalid Request
Forbidden Error
Todo item not found.