このエンドポイントを使用して、すべてのバウチャーオーダーを一覧表示します。
https://www.digicert.com/services/v2/voucher/
{
"voucher_orders": [
{
"id": 1002,
"status": "canceled",
"cost": 100,
"created_date": "2020-04-17 09:41:22",
"expiration_date": "2021-04-17"
},
{
"id": 1003,
"name": "ACME Corp",
"status": "completed",
"cost": 85,
"created_date": "2020-04-17 09:44:26",
"expiration_date": "2021-04-17"
}
],
"page": {
"total": 2,
"limit": 1000,
"offset": 0
}
}
名前 | タイプ | 説明 |
voucher_orders | object | お使いのアカウントのすべてのバウチャーオーダーを一覧表示するコンテナ。 |
..id | int | バウチャーオーダー ID。 |
..status | string |
バウチャーオーダーのステータス。可能な値:completed ,canceled
|
..cost | int | バウチャーオーダーの合計コスト。 |
..created_date | string |
バウチャーオーダーが作成された日付。形式:YYYY-MM-DD HH:MM:SS
|
..expiration_date | string |
バウチャーオーダーが有効期限切れになる日付。形式:YYYY-MM-DD
|