action gerermesaffaires_get_spaces_space_id_company_entities_id_follow_ups { label: "get_spaces_spaceId_company_entities_id_follow_ups" description: "Returns folder of the company entity" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/company-entities/{id}/follow-ups" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }