Error using GET_REQUESTS operation (REST API)

Error using GET_REQUESTS operation (REST API)

Hi Support Team,

I am using ManageEngine ServiceDesk Plus version 8.1.0 build 8123 and I am trying to connect via REST API to get a list of all requests and their details. I have tried all solutions found in this forum but I always get this response:

  1. <operation name="GET_REQUESTS">
  2. <result>
  3. <status>Failed</status>
  4. <message>Error when performing - GET_REQUESTS - java.lang.Long</message>
  5. </result>
  6. </operation>
These are my parameters:

Method: POST
OPERATION_NAME: GET_REQUESTS
TECHNICIAN_KEY: <key>
INPUT_DATA: 
  1. <Details>
  2. <parameter>
  3. <name>from</name>
  4. <value>0</value>
  5. </parameter>
  6. <parameter>
  7. <name>limit</name>
  8. <value>25</value>
  9. </parameter>
  10. <parameter>
  11. <name>filterby</name>
  12. <value>All_Requests</value>
  13. </parameter>
  14. </Details>
I have also tried using this URL where the INPUT_DATA is URL encoded:


Does my current version support GET_REQUESTS? Or am I missing something?

                  New to ADSelfService Plus?