Question regarding /rest/servicedeskapi/servicedesk API

Hello,

I have a question regarding Get Service Desk api (https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-servicedesk/#api-rest-servicedeskapi-servicedesk-get) and Get projects paginated (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-search-get).

As I understand it, the Get Service Desk API returns all service desks. Therefore, if I filter the results from the Get Projects API using projectTypeKey === 'service_desk', I should get the same projects (i.e. the same number and same ones) as returned by the Get Service Desk API. Is that correct?

Thank you.

1 Like