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": {} } }
The connection token
Set to true to include data from the original Ticketing software.
Show child attributes
The name of the team
The description of the team
The uuid of the team
The id of the team in the context of the 3rd Party
Was this page helpful?