action crucible_get_available_transitions { label: "getAvailableTransitions" description: "Get a list of the actions which the current user can perform on this\n review, given its current state and the user's permissions." provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/transitions" encoding: json output: { type: "object" additionalProperties: true } }