List all instruments managed by this instrument admin
GET
Token Metadata Service
List all instruments managed by this instrument admin
OpenAPISince 0.5.10Changed 0.6.12
Protocol Details
Inputs
Query parameters
number
default:"25"
OpenAPI type:
integer (int32).Number of instruments per page.string
The
nextPageToken received from the response for the previous page.Outputs
200
application/json
Instrument[]
required
string
The token for the next page of results, to be used as the lastInstrumentId for the next page.
404
application/json
string
required
500
application/json
string
required
History
Changed
0.6.12The GET /registry/metadata/v1/instruments operation changed in this snapshot.
Changed
0.6.11The GET /registry/metadata/v1/instruments operation changed in this snapshot.
Introduced
0.5.10