action apacta_get_overview_rejection_reasons { label: "Get a statistics data for rejection reasons" provider: apacta method: GET path: "/overview/rejection_reasons" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" } } success: { type: "boolean" } } } }