action crucible_get_filtered_reviews_for_user { label: "getFilteredReviewsForUser" description: "Get all the reviews which match the given filter, for the current user." provider: crucible method: GET path: "/rest-service/reviews-v1/filter/{filter}" encoding: json output: { type: "object" additionalProperties: true } }