GET migration/deadletters/{year}/{month}
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Administrator
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
year | integer |
Required |
|
month | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Wse.Models.SavedDeadletterName | Description | Type | Additional information |
---|---|---|---|
FileName | string |
None. |
|
Size | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FileName": "sample string 1", "Size": 2 }, { "FileName": "sample string 1", "Size": 2 } ]