getItemsIntros
Gets info to debug intros
Requires authentication as administrator
getItemsIntros
Request
get /Items/Intros
Responses
| Status Code | Type | Description | Samples |
|---|---|---|---|
| 200 | IntroDebugInfo [] | Operation successful. Returning a List
|
|
| 400 | Bad Request. Server cannot process request. |
||
| 401 | Unauthorized. Client needs to authenticate. |
||
| 403 | Forbidden. No permission for the reqested operation. |
||
| 404 | Resource not found or unavailable. |
||
| 500 | Server error. |
Definitions
IntroDebugInfo
| Name | Type | Notes |
|---|---|---|
| Id | integer (int64) | |
| Path | string | |
| Start | integer (int64) | |
| End | integer (int64) |