Skip to main content

Summary of the Service Registry Public API

Summary of the Service Registry Public API

This section provides a summary of the REST calls in the public API. Full details about each call are provided in Service Registry Public API Reference.

REST Call URL and Description
Get About

GET /about

Lists the public API REST calls that are available.

Get File By ID

GET /services/id/name/domain/version/file/filename

Returns the specified file.

Get Services

GET /services

Shows all services accessible to the user.

Get Services By ID

GET /services/id/name/domain/version

Returns the service, if accessible to the user, that matches the specified name, domain, and version.

Get Services By Protocols

GET /services/protocols/protocol-list

Shows all services accessible to the user that match a protocol in the list.

Get Services By Stages

GET /services/stages/stage-list

Shows all services accessible to the user that match a stage in the list.

Get Services By Version

GET /services/version/version

Shows all services accessible to the user that match the specified version.

Get Services By Word

GET /services/includesword/search-text

Shows all services accessible to the user that match the specified search text.

Get Services Since Modified

GET /services/modifiedsince/date-time

Shows all services accessible to the user whose registry entry has been created or updated since the specified date-time.

FeedbackOpens in a new tab