GET Errors/{offset}/{limit}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
offset | string |
Required |
|
limit | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ErrorName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
ErrorTimeUTC | string |
None. |
|
Type | string |
None. |
|
EventJson | string |
None. |
|
Topic | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "sample string 3", "errorTimeUTC": "sample string 4", "type": "sample string 5", "eventJson": "sample string 6", "topic": "sample string 7" }, { "id": "sample string 3", "errorTimeUTC": "sample string 4", "type": "sample string 5", "eventJson": "sample string 6", "topic": "sample string 7" } ]
text/html
Sample:
[{"id":"sample string 3","errorTimeUTC":"sample string 4","type":"sample string 5","eventJson":"sample string 6","topic":"sample string 7"},{"id":"sample string 3","errorTimeUTC":"sample string 4","type":"sample string 5","eventJson":"sample string 6","topic":"sample string 7"}]