action loket_get_child_by_child_id { label: "Details of a child" description: "__Activity name :__ GetChildByChildId\n\nGet the details of a child \n" provider: loket method: GET path: "/providers/employers/employees/children/{childId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } childId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "childId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }