action gerermesaffaires_get_spaces_space_id_documents_id_accounting { label: "get_spaces_spaceId_documents_id_accounting" description: "Returns the document with the accounting property" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/documents/{id}/accounting" encoding: json input: { type: "object" properties: { id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }