action crucible_get_all_detailed_reviews { label: "getAllDetailedReviews" description: "Retrieves all reviews that are in one of the the specified states. For each review all details are included (review items + comments). The\n wiki rendered comments will be available via the element" provider: crucible method: GET path: "/rest-service/reviews-v1/details" encoding: json input: { type: "object" properties: { state: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }