action apacta_get_projects_has_projects_with_custom_statuses { label: "Check if the company has projects with custom statuses" provider: apacta method: GET path: "/projects/has_projects_with_custom_statuses" encoding: json output: { type: "object" properties: { has_custom_statuses: { type: "boolean" } success: { type: "boolean" } } } }