GET
/
ticketing
/
teams
curl --request GET \
  --url https://api.panora.dev/ticketing/teams \
  --header 'x-connection-token: <x-connection-token>'
{
  "message": "<string>",
  "error": "<string>",
  "statusCode": 123,
  "data": {
    "name": "<string>",
    "description": "<string>",
    "field_mappings": {},
    "id": "<string>",
    "remote_id": "<string>",
    "remote_data": {}
  }
}

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

Set to true to include data from the original Ticketing software.

Response

200 - application/json
statusCode
number
required
message
string
error
string
data
object