Retrieve a list of order history events
Retrieve a list of order history events.
Authorizations:Token, JWT
Query Parameters
| id required | integer |
| page | integerDefault: 1The collection page number |
| itemsPerPage | integer[0 .. true]Default: 30The number of items per page |
| pagination | booleanEnable or disable pagination |
Query Parameters
| id required | integer |
| page | integerDefault: 1The collection page number |
| itemsPerPage | integer[0 .. true]Default: 30The number of items per page |
| pagination | booleanEnable or disable pagination |
Responses
200History Event collection
Response schema:
History Event collection Array
| id | integer>= 0 | ||||||
| date | string | ||||||
| code | string | ||||||
| description | string | ||||||
| data | Array of strings | ||||||
| comment | string | ||||||
| profile_id | integer | ||||||
| profile_name | string | ||||||
| ip | string | ||||||
| details | Array of objects | ||||||
Array
| |||||||
401Unauthorized
Response schema:
Unauthorized | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
404Resource not found
Response schema:
Resource not found | type | string |
| title | string |
| detail | string or null |
| instance | string or null |
500Internal error
Response schema:
Internal error | type | string |
| title | string |
| detail | string or null |
| instance | string or null |