action gerermesaffaires_get_spaces_id_persons_person_id_details { label: "get_spaces_id_persons_personId_details" description: "Returns all details of a person" provider: gerermesaffaires method: GET path: "/spaces/{id}/persons/{personId}/details" encoding: json input: { type: "object" properties: { id: { type: "string" } personId: { type: "string" } } required: ["id", "personId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }