Service/Agency Locator (1.0)

Download OpenAPI specification:Download

SearchByName

Retrieves Service/Agency Locator Records URIs

query Parameters
limit
integer <int32>

Maximum number of results to return

start
integer <int32> >= 1

First item in the page of results, as an ordinal 1-based integer

serviceAgencyName
required
string

Name of the Service or Agency, wildcards can be used

Responses

Response samples

Content type
application/json
{
  • "count": 0,
  • "totalCount": 0,
  • "locatorUris": []
}

InterESInetSearchIndex

Retrieves Service/Agency names the Locator is aware of

query Parameters
limit
integer <int32>

Maximum number of results to return

start
integer <int32> >= 1

First item in the page of results, as an ordinal 1-based integer

Responses

Response samples

Content type
application/json
{
  • "count": 0,
  • "totalCount": 0,
  • "nameSets": []
}

RetrieveVersions

Retrieves all supported versions, vendor parameter is optional.

Responses

Response samples

Content type
application/json
{
  • "versions": [
    ],
  • "fingerprint": "string"
}