API -Listing Open Requests of a specific Requester

API -Listing Open Requests of a specific Requester

1. Encode the below values and replace the highlighted as per yours: 

 {
    "list_info": {
        "row_count": 20,
        "start_index": 1,
        "sort_field": "subject",
        "sort_order": "asc",
        "get_total_count": true,
        "search_fields": {
            "requester.name": "CustomREQ1"
        },
        "filter_by": {
            "name": "Open_System"
        }
    }
}

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: 


                  New to ADSelfService Plus?