action gerermesaffaires_get_spaces_space_id_folders_folder_id_nominative_social_declarat { label: "get_spaces_spaceId_folders_folderId_nominative_social_declarations_documentId" description: "get a nominative social declaration" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{folderId}/nominative-social-declarations/{documentId}" encoding: json input: { type: "object" properties: { documentId: { type: "string" } folderId: { type: "string" } spaceId: { type: "string" } } required: ["documentId", "folderId", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }