provider Service Registry GET /rest/atlassian-connect/1/service-registry
@utdk/jira /rest/atlassian-connect/1/service-registry
Retrieve the attributes of service registries
Retrieve the attributes of given service registries. **[Permissions](#permissions) required:** Only Connect apps can make this request and the servicesIds belong to the tenant you are requesting
serviceIds query required
The ID of the services (the strings starting with "b:" need to be decoded in Base64).
array

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

serviceregistryresourceServicesGet
GET/rest/atlassian-connect/1/service-registry
Retrieve the attributes of given service registries. **[Permissions](#permissions) required:** Only Connect apps can make this request and the servicesIds belong to the tenant you are requesting

required

The ID of the services (the strings starting with "b:" need to be decoded in Base64).

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.serviceregistryresourceServicesGet()