action sinao_app_contacts_persons_get { label: "Get a person" description: "Get a person by id" provider: sinao method: GET path: "/apps/{appId}/persons/{id}" encoding: json input: { type: "object" properties: { id: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" } }