action crucible_get_custom_filter_reviews { label: "getCustomFilterReviews" description: "To ignore a property, omit it from the query string." provider: crucible method: GET path: "/rest-service/reviews-v1/filter" encoding: json input: { type: "object" properties: { allReviewersComplete: { type: "string" } author: { type: "string" } complete: { type: "string" } creator: { type: "string" } fromDate: { type: "string" } moderator: { type: "string" } orRoles: { type: "string" } project: { type: "string" } reviewer: { type: "string" } states: { type: "string" } title: { type: "string" } toDate: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }