Retrieve all import log entries
Retrieve all import log entries
Authorizations:Token
Query Parameters
| _cnd[limit] | Array of stringsSets the offset (first item) and the limit (second item) |
| _cnd[orderBy] | Array of stringsSets sorting order field |
Responses
200Success
Response schema:
Success Array
| id | integer |
| date | integer |
| type | string |
| code | string |
| arguments | Array |
| file | string |
| row | integer |
| processor | string |