API to GET Requests in POSTMAN when trying to input data

API to GET Requests in POSTMAN when trying to input data

When you're using GET method and trying to input data, the JSON data has to be encoded like below:

%7B%22operation%22%3A%7B%22details%22%3A%7B%22from%22%3A%220%22%2C%22limit%22%3A%2250%22%2C%22filterby%22%3A%22All_Requests%22%7D%7D%7D



The same can be done for Postman as well where you can include the format as Json, followed by INPUT_DATA





                New to ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • 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 : ...
                    • 10.5 API - How APIs can be used in the version 10.5 and above ?

                      Introduction: REST API acts as a bridge between ServiceDesk Plus MSP and other applications. The communication of information happens via HTTP Request. The REST API authenticates users using Technician Key, thus eliminating the need for the users to ...
                    • API to get request based on date criteria like today , last 30 days

                      { "list_info": { "row_count": 20, "start_index": 1, "sort_field": "subject", "sort_order": "asc", "get_total_count": true, "search_criteria": [ { "field": "last_updated_time", "condition": "between", "value": "$(today)" }, { "field": ...
                    • Request Merge API using Postman.

                      Currently, the Merge API is not included in our documentation. However, I have tested the following API in Postman, and it is working fine on our end. API used: /api/v3/requests/<request_id>/merge_requests {"merge_requests":[{"id":"1"},{"id":"2"}]} ...
                    • Reply a request through v3 API (Postman)

                      The API documentation for replying a request is under Admin > API Documentation > Request > Add notification Syntax of the URL: http(or https)://<servername>:<portnumber>/api/v3/requests/<Request ID>/notifications?TECHNICIAN_KEY=<API Key> Call: Post ...