GET/cxtalk/contact-tags
CXトークの連絡先タグリストを取得する。
Access Token を指定します。 指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
cxtalk
cxtalk.read
| Parameter | Type | Description |
|---|---|---|
| orderBy | string | ソート対象
example : name%20asc |
| count | integer | 取得数 default : 100 minimum : 1 maximum : 500 example : 100 format : int32 |
| cursor | string | リストのカーソル値 (URL エンコードする) example : JlIBsfJogXpzDGY8OscZziqZpYqCAu3RbZbaFzBb1od6lWQtSdPUd2FIdCuaGgu8DA== |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
CXトーク 連絡先タグリストレスポンス
| Property | Type | Description |
|---|---|---|
| contactTags | array (CxTalkContactTag) | CXトーク 連絡先タグ情報 |
| responseMetaData | object (responseMetaData) | レスポンスのメタデータ |
| Property | Type | Description |
|---|---|---|
| contactTagId | string | CXトーク 連絡先タグ ID readOnly : true |
| contactTagName | string | タグ名 required minLength : 1 maxLength : 30 |
| userId | string | タグを作成したユーザー ID readOnly : true |
| Property | Type | Description |
|---|---|---|
| nextCursor | string | 次のリスト取得時に使用するカーソル値 |
example
1{2 "contactTags": [3 {4 "contactTagId": "ctag2a81-94b6-4642-6903-03aa7977da91",5 "contactTagName": "商品問い合せ",6 "userId": "userf7da-f82c-4284-13e7-030f3b4c756x"7 },8 {9 "contactTagId": "ctag3b92-a5c7-5753-7a14-04bb8088eb02",10 "contactTagName": "VIP顧客",11 "userId": "userf7da-f82c-4284-13e7-030f3b4c756x"12 }13 ],14 "responseMetaData": {15 "nextCursor": "JlIBsfJogXpzDGY8OscZziqZpYqCAu3RbZbaFzBb1od6lWQtSdPUd2FIdCuaGgu8DA=="16 }17}Bad Request
Forbidden