アプリケーションを取得する
アプリケーションのページ分割されたリストを取得します。
Request rate limit:
1 requests / 秒 (アカウント1件につき)
query パラメータ
page | integer <int32> >= 0 Default: 0 取得する結果ページ (0..N)。 |
size | integer <int32> [ 1 .. 1000 ] Default: 20 ページあたりのレコード数。 |
レスポンス
200
OK
401
Unauthorized
403
Forbidden
429
Too Many Requests
500
Internal Server Error
サンプルをリクエストする
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
例
cURL
コピー
curl -L -g 'https://{baseUrl}/provisioning/1/applications' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
レスポンス例
- 200
- 401
- 403
- 429
- 500
コンテンツタイプ
application/json
コピー
すべて折りたたむ {- "results": [
- {
- "applicationName": "Test name",
- "applicationId": "test-application"
}
], - "paging": {
- "page": 0,
- "size": 1,
- "totalPages": 0,
- "totalResults": 0
}
}

© NTTCom Online Marketing Solutions Corporation