Hi All,
I am using rest/servicedeskapi/request api to retreive all customer requests. I tested this API in postman and i am getting 200 OK as the response but could not retrieve any values. Below is the response i am getting. Am i missing something here PLEASE HELP ME
{
"size": 0,
"start": 0,
"limit": 50,
"isLastPage": true,
"_links":
{
"self": "https://domain.atlassian.net/rest/servicedeskapi/request,
"base": "https://domain.atlassian.net", "context": ""
},
"values": []
}
NOTE:-
I am using basic authentication and user name and API token is correct because i had already hit another REST API to get all service desk id and project id and it is working.
Regards,
Kamran Rashid
Did you try another method such as cURL to see if it's the same result you get?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.