GETサプライヤー
テナントに属するサプライヤーの一覧を取得します。
エンドポイント
エンドポイント |
|
メソッド |
GET |
ヘッダー
ヘッダー |
引数 |
認証 |
Bearerトークン |
承認 |
application/jsonまたはapplication/xml |
パラメーター
パラメーター |
説明 |
limit |
(任意)レスポンス内の最大アイテム数。既定値: 50。 |
offset |
(任意)先頭からスキップするアイテム数。既定: 0。 |
status |
(任意)サプライヤーのステータス。例:アクティブ、非アクティブ。 |
sourceSystem |
(任意)ソースシステムによるフィルタリング。 |
GETサプライヤー
- エンドポイント
-
GET
/api/suppliers
- cURLリクエスト例
-
curl --location 'https://<your-instance>.risk.com/api/suppliers' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --header 'Authorization: ••••••'
- レスポンス例
-
{ "result": { "totalCount": 1, "suppliers": [ { "entityId": "8df17abd-1ce4-47dd-96a9-03c310ddd230", "name": "Auto_BulkUpload_BE_05032023234658_T2", "supplierNumber": "392", "status": "General_Active", "createdAt": "2023-08-29T17:36:04.303Z", "modifiedAt": "2023-08-29T18:17:07.363Z", "sourceId": null, "sourceObjectType": null, "sourceSystem": null } ] }, "errors": [], "success": true }