action tsapi_get_surveys { label: "Returns a list of available Surveys" provider: tsapi method: GET path: "/Surveys" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "string" format: "uuid" } name: { type: "string" } title: { type: "string" } } additionalProperties: false } } }