Get Request Details

This API allows you to retrieve up to 50 records containing goodwill and change identifier requests. It is the sub-set of request/logs API.

You can filter requests by customer and request type such as change identifier, customer merge, mobile reallocation and good will requests. This API supports various filters to fetch requests.

Query Params
string
enum
Allowed:
date

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.

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.

string

Mobile number of the customer to get requests of a specific customer.

string

Email ID of the customer to get requests of a specific customer.

string

External ID of the customer to get requests of a specific customer.

int64

Unique ID of the customer to get requests of a specific customer.

string

Card number of the customer to get requests of a specific customer.

string

External ID of the customer's card to get requests of a specific customer.

string
enum

Filters requests by request status.

Allowed:
string
enum

Filters requests of a specific type.

Allowed:
string
enum

Sub type of the specified type.

Allowed:
int64

Get requests starting from a specific request ID. Use both start_id and end_id to get requests in a specific request ID range.

int64

Get requests until a specific request ID. Use both start_id and end_id to get requests in a specific request ID range.

int32

Limit the number of entries to retrieve.

Response

Language
Credentials
Basic
base64
:
URL
Request
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json