action crucible_get_review_items_for_review { label: "getReviewItemsForReview" description: "Returns a list of all the items in a review." provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/reviewitems" encoding: json output: { type: "object" additionalProperties: true } }