メール配信レポート
送信されたすべてのメールについて、単発の配信レポートを取得します。
Request rate limit:
1000 requests / 秒 (アカウント1件につき)
query パラメータ
bulkId | string レポートがリクエストされたバルクIDです。 |
messageId | string 送信されたメールを一意に識別する IDです。 |
campaignReferenceId | string キャンペーン全体の概要と個々のキャンペーンのパフォーマンスを追跡、分析、表示できる IDです。 |
limit | integer <= 1000 レポートの最大数です。 |
applicationId | string フィルタリング用のアプリケーション の識別子です。 |
entityId | string フィルタリング用のエンティティ の識別子です。 |
レスポンス
200
OK
400
Bad Request
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}/email/1/reports' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
レスポンス例
- 200
- 400
- 401
- 403
- 429
- 500
コンテンツタイプ
application/json
コピー
すべて折りたたむ {- "results": [
- {
- "applicationId": "string",
- "entityId": "string",
- "bulkId": "string",
- "messageId": "string",
- "to": "string",
- "sentAt": "2021-01-02T01:00:00.123Z",
- "doneAt": "2021-01-02T01:00:00.123Z",
- "messageCount": 0,
- "attemptCount": 0,
- "timeToFirstAttempt": 0,
- "price": {
- "pricePerMessage": 0,
- "currency": "string"
}, - "status": {
- "groupId": 0,
- "groupName": "string",
- "id": 0,
- "name": "string",
- "description": "string",
- "action": "string"
}, - "error": {
- "groupId": 0,
- "groupName": "string",
- "id": 0,
- "name": "string",
- "description": "string",
- "permanent": true
}
}
]
}

© NTTCom Online Marketing Solutions Corporation