Retrieve a todo item
GET/v1/spaces/:spaceId/todoItems/:todoItemId
Preview: The API is in development or testing phases and the interface could still change slightly.
Get details of a specific todo item.Requires space_read scope on the spaceId and only todo items where the caller has requiredPermission are returned.
Scope: space_read
This Endpoint is part of: todo-service
Request
Responses
- 200
- 400
- 403
- 404
The requested todo item.
Invalid Request.
Forbidden Error.
Todo item not found.