Skip to main content

GET Technician Group

URL: http://{{server-url}}/api/v1/technician/group/list

You can fetch the list of technician groups by calling the above endpoint.

You need the following key-values:

Header

KeyDescription
AuthorizationBearer {access token obtained after authorization or API Key}

Example (Request & Response)

Request

curl --location 'http://172.16.12.232/api/v1/technician/group/list' \
--header 'Authorization: Apikey KPVhkfL9w7%2FLMn3k%40VPQNOa8kNQFwtkWWnsx5ogGGoujb1G9BKJh9UwYSP0IKdF1BF8Q9Ug%3D%3D'

Response

[
{
"id":1,
"name":"IT Team"
}
]