action gerermesaffaires_get_spaces_id_persons_person_id_portfolios { label: "get_spaces_id_persons_personId_portfolios" description: "Returns list of portfolios of the person personId" provider: gerermesaffaires method: GET path: "/spaces/{id}/persons/{personId}/portfolios" encoding: json input: { type: "object" properties: { id: { type: "string" } personId: { type: "string" } } required: ["id", "personId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }