Skip to main content

Get Service by ID

Get Service by ID

The Get Service by ID call returns information about the identified service. A service is uniquely identified by a name, domain, and version. The URL syntax for this call is:

GET /services/id/name/domain/version

For example, to get the service with the name coffeemaker, the domain demo, and the version 1.0, use the following call:

https://esb.example.com/registry/services/id/coffeemaker/demo/1.0

The Get Service by ID returns the same information for the specified service as is returned for that service by Get All Services. Consequently, if you have called Get All Services, there is no need to call Get Service by ID.

Note:

Although the purpose of this call is to return a single service, you can specify wildcards in the name, domain, and version parts of the URL. If you do use wildcards, the call returns all services that match the specification.

FeedbackOpens in a new tab