| Name | Value |
|---|---|
| Content-Type | application/json |
| Description | Response type | Example |
|---|---|---|
| Success | Array of objects |
| Name | Type | Description |
|---|---|---|
| id | integer | Service id |
| name | string | Service name |
| fields_settings | null | object | Service fields |
| archived | boolean | Archived flag |
| lng | string | Language |
| email_settings | integer | Bitmap of email settings |
| type_id | null | integer | Request (card) type ID |
| email_key | integer | Email key |
| board_id | integer | Board id |
| column_id | integer | Column id |
| lane_id | integer | Lane id |
| display_status | string | Request's status display type |
| template_description | string | Template request description |
| settings | object | Service settings |
| allow_to_add_external_recipients | boolean | Allow to add external recipients |
| column | object | Column info |
| board | object | Board info |
| lane | object | Lane info |
| voteCustomProperty | object | Vote custom property info |
| Description | Response type | Example |
|---|---|---|
| Invalid token | String |
A schema has not been defined for this response code.
| Description | Response type | Example |
|---|---|---|
| Forbidden | Response body does not exist |
A schema has not been defined for this response code.
1 curl --request GET \
2 --url 'https://example.kaiten.ru/api/latest/service-desk/services' \
3 --header 'Accept: application/json' \
4 --header 'Content-Type: application/json'
5 Response
ClickTry It!to start a request and see the response here!