cURL
curl --request GET \ --url https://platform.thena.ai/v1/teams/{teamId}/routing \ --header 'x-api-key: <api-key>'
{ "status": true, "message": "Success", "timestamp": "2024-01-01T00:00:00.000Z", "data": [ { "id": "<string>", "name": "<string>", "teamId": "<string>", "evaluationOrder": 123, "resultTeamId": "<string>", "fallbackTeamId": "<string>", "andRules": [ "<string>" ], "orRules": [ "<string>" ], "createdBy": "<string>", "createdAt": "<string>", "createdById": "<string>", "updatedAt": "<string>", "description": "<string>" } ] }
Enter your API key
Operation successful
The status of the response
The message of the response
The timestamp of the response
The team routing rules fetched
Show child attributes
The unique identifier of the team routing rule
The name of the team routing rule
The team ID of the team routing rule
The evaluation order of the team routing rule
The result team ID of the team routing rule
The fallback team ID of the team routing rule
The AND rules of the team routing rule
The OR rules of the team routing rule
The created by of the team routing rule
The created date of the team routing rule
The created by ID of the team routing rule
The updated date of the team routing rule
The description of the team routing rule