v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Service Registry

Retrieve the attributes of service registries

Retrieve the attributes of given service registries.

Permissions required: Only Connect apps can make this request and the servicesIds belong to the tenant you are requesting

get/rest/atlassian-connect/1/service-registry

Query parameters

serviceIdsstring[] required

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

Response

Returned if the request is successful.

descriptionstring nullable

service description

idstring uuid

service ID

namestring

service name

organizationIdstring

organization ID

revisionstring

service revision

Example response

[
  {
    "serviceTier": {
      "nameKey": "service-registry.tier1.name"
    }
  }
]