API -Listing Requesters with Phone Number

API -Listing Requesters with Phone Number

1. Encode the below mentioned and change the highlighted as per yours:

 {
    "list_info": {
        "sort_field": "name",
        "start_index": 1,
        "sort_order": "asc",
        "row_count": "25",
        "get_total_count": true,
        "search_fields": {
            "mobile": "98765432100"
        }
    },
    "fields_required": [
"name","mobile"
    ]
}

2. Make sure to include input_data at the beginning of the parameter as highlighted below:




As a URL, you can make use of the below by replacing your application URL values as per yours: 


                  New to ADSelfService Plus?