GET /API/v2/Webhooks/GetList?webhookId=!{webhookId}&webhookName=!{webhookName}
会社のWebhook設定を全て取得します。 ログインしている利用者が所属する会社配下に登録されている全てのWebhook設定を取得します。 Webhook設定に関する詳細については、[Webhook設定について]()を参照ください。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
webhookId | Webhook設定ID |
String, Null |
Max length: 36 |
webhookName | Webhook設定の名称 |
String, Null |
Max length: 100 |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
webhookId | Webhook設定ID |
String |
Required Max length: 36 |
webhookName | Webhook設定の名称 |
String |
Required Max length: 150 |
companyId | 会社ID |
String |
Required Max length: 36 |
secretToken | シークレットトークン |
String, Null |
None. |
webhookUrl | Webhook Url |
String |
Required |
organizations | 使用する組織 |
Collection, Null of organizations |
None. |
isNotifySetting | 通知設定状況 |
Boolean |
Required |