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 ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • API - Listing of Worklogtype

                        1. Go to Admin > API > Reports > Execute Query: select * from worklogtypedefinition 2. Sharing screenshot for your reference:
                      • API -Listing requests based on Additional Field Values

                        This can be met through V3 API. Go to Admin > Incident Additional Fields and make a note of the "API Field Name" as highlighted below: Please follow the below mentioned to pull the requests based on the additional field values: 1. Use the Input as ...
                      • Query report to show Open requests without open tasks

                        PGSQL & MSSQL: SELECT wo.WORKORDERID AS "Ticket Number", pd.PRIORITYNAME AS "Priority", cd.CATEGORYNAME AS "Category", ti.FIRST_NAME AS "Technician", aau.FIRST_NAME AS "Requester", wotodesc.FULLDESCRIPTION AS "Description", std.STATUSNAME AS "Request ...
                      • API -Listing Account Specific Requesters

                        1. Encode (Used for GET calls alone) the below values thereby replacing the Account Name as per yours : { "operation":{ "details":{ "accountname": "Sample Account", "sitename": "0" } } } 2. The site name value is set as "0", which will list the ...
                      • Add request API Using Postman

                        You need to send the TECHNICIAN_KEY and format in Params and the data in Body. Also, you have to encode the body and send it. Please refer to the below for your reference which is sent using postman. Attached is the SAMPLE JSON file Example : ...