action crucible_get_review { label: "getReview" description: "Get a single review by its permId (e.g. \"CR-45\").\n If the review does not exist, a 404 is returned.\n \n The moderator element may not exist if the review does not have a Moderator." provider: crucible method: GET path: "/rest-service/reviews-v1/{id}" encoding: json output: { type: "object" additionalProperties: true } }