action crucible_get_detailed_filtered_reviews_for_user { label: "getDetailedFilteredReviewsForUser" description: "Gets a list of all the reviews that match the specified filter criteria." provider: crucible method: GET path: "/rest-service/reviews-v1/filter/{filter}/details" encoding: json output: { type: "object" additionalProperties: true } }