Occurs the first time the API throttling limit is reached for your account.
| Name | Description | Type | Additional information |
|---|---|---|---|
|
MaxRequests
The maximum amount of requests allowed per period
Type
integer
|
|||
| MaxRequests |
The maximum amount of requests allowed per period |
integer | |
|
Period
Minute or Day throttling limit reached
Type
string
|
|||
| Period |
Minute or Day throttling limit reached |
string | |
|
RetryAfter
The time to wait until your requests will be handled again
Type
time interval
|
|||
| RetryAfter |
The time to wait until your requests will be handled again |
time interval | |
|
WebhookId
The id of the webhook which triggered this request
Type
integer
|
|||
| WebhookId |
The id of the webhook which triggered this request |
integer | |
|
EventName
The EventName which triggered this request
Type
string
|
|||
| EventName |
The EventName which triggered this request |
string | |
| Links |
HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic. |
Hateoas | |
{
"MaxRequests": 1,
"Period": "sample string 2",
"RetryAfter": "00:00:00.1234567",
"WebhookId": 4,
"EventName": "sample string 5"
}
<ApiThrottlingLimitReachedResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <EventName>sample string 5</EventName> <WebhookId>4</WebhookId> <MaxRequests>1</MaxRequests> <Period>sample string 2</Period> <RetryAfter>PT0.1234567S</RetryAfter> </ApiThrottlingLimitReachedResult>