action sinao_app_contacts_persons_list { label: "List persons" description: "Get all persons" provider: sinao method: GET path: "/apps/{appId}/persons" encoding: json output: { type: "array" items: { type: "object" } } }