Export all valid externalSystemLog.
get
/api/1.0/service/lmx/externalSystemLog/export
This endpoint is used to export all the valid external system log maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId: string
Pattern:
[a-zA-Z0-9]{1,20}
-
externalSystemId: string
-
externalSystemName: string
-
format(required): string
format in which report is being exported like excel or pdf
-
fromDate: string
-
includecloseandunauth: boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
toDate: string
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns message of success or failure
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error