[SOLVED] REST API v3 Projects

[SOLVED] REST API v3 Projects

Hello,

I'm looking at the projects API for Servicedesk Plus. However when I try and list all projects I can only get the first 10 projects.

I'm passing a input_data parameter with start_index and row_count to the request (as I do successfully with the requests API), but the server ignores that and just gives me the first 10 projects continually.

A sample query is

curl -H "Accept: application/vnd.manageengine.sdp.v3+json" -H "Authorization: XXXXXXXXXXXXXXXXXXX " " https://servicedesk/app/itdesk/api/v3/projects?input_data=%7B%22start_index%22%3A11%2C%22row_count%22%3A50%7D"

Do you have any advice ?

Thanks

Jeremy

                  New to ADSelfService Plus?