v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet Request Logs
Retrieves the request logs of a specific duration. You can retrieve the either the logs of CHANGE_IDENTIFIER or GOODWILL.
Query parameters
Filters requests of a specific type.
Get requests added on or after a specific date (YYYY-MM-DD). To get requests for a specific duration, pass the date-range in start_date and end_date.
Get requests added before a specific date (YYYY-MM-DD). To get requests for a specific duration, pass the date-range in start_date and end_date.
Sub type of the specified type.
Filters requests by request status.
Unique ID of the request to fetch the log of a specific request.
Limits the number of results per page. For example, limit=10 shows 10 results per page on the UI.
Mobile number of the customer to get requests of a specific customer.
Email ID of the customer to get requests of a specific customer.
External ID of the customer to get requests of a specific customer.
Unique ID of the customer to get requests of a specific customer.
Card number of the customer to get requests of a specific customer.
External ID of the customer's card to get requests of a specific customer.
Get logs of requests starting on or after a specific ID. Get requests in a specific request range using start_id and end_id.
Get logs of requests until a specific ID. Get requests in a specific request range using start_id and end_id.
Response
200
Example response
{
"response": {
"status": {
"success": "true",
"code": "200",
"message": "SUCCESS"
},
"requests": {
"count": "60",
"rows": "10",
"change_identifier": [
{
"id": "263452",
"customer": {
"firstname": "Tom",
"lastname": "Sawyer",
"email": "tom.sawyer@example.com",
"mobile": "44700900000",
"external_id": "ts123",
"fraud_status": "NONE"
},
"type": "CHANGE_IDENTIFIER",
"base_type": "EMAIL",
"status": "PENDING",
"old_value": "tom.sawyerold@example.com",
"new_value": "tom.sawyer@example.com",
"one_step_change": "false",
"approval_type": "CLIENT",
"logs": {
"added_by": {
"till": {
"code": "Catherine",
"name": "James"
},
"time": "2016-12-16T12:49:29+05:30"
},
"updated_by": {
"user": {
"name": "Catherine James",
"mobile": "44700200030",
"email": "catherine@example.com"
},
"ip": "115.114.139.186",
"time": "2016-12-16T12:49:29+05:30"
}
}
}
],
"item_status": {
"success": "true",
"code": "9000",
"message": "Request retrieved successfully"
}
}
}
}