List suggestions
GET/action_item/:id/suggestions
List all suggestions for an action item.
Request
Responses
- 200
- 4XX
- 5XX
A paginated list of suggestions.
Client error responses due to invalid input, missing parameters, or unauthorized access.
Request validation errors use a different shape:
{
"type": "ValidationError",
"errors": [{ "message": "body must have required property 'defer_until'" }]
}
Server error responses indicating an issue on the API side.