How to Fetch all Active Status Request through GET API specific to the Requester?
Dear All,
We are using the GET API to view all the requests based on requester Email Address (as shown below), but we would like to fetch (retrieve) the requests which are currently in Active Statuses only.
{
"list_info": {
"row_count": 20,
"start_index": 1,
"sort_field": "subject",
"sort_order": "asc",
"get_total_count": true,
"search_criteria": [
{
"field": "requester.email_id",
"condition": "eq"
}
],
"filter_by": {
"name": "All_Requests"
}
}
}
Regards,
Wajahath Farooq
New to ADSelfService Plus?