Skip to content

Get registries

Request

Get the org registries

Security
bearer-security
Path
orguuidstringrequired

organization UUID

Query
sortstring

sort by

orderstring

order sorting, possible values are asc/desc

pageinteger

page number

Default:1
sizeinteger

number of objects per page

Default:1000
curl -i -X GET \
  'https://baseUrl/cn/api/v2.0/orguuid/{orguuid}/registries?sort=string&order=string&page=1&size=1000'

Responses

Data field refers to a list of objects

Bodyapplication/json
additionalInfoobject(common.Pagination)
dataany
Response
{ "additionalInfo": { "isLastPage": true, "page": 0, "pageCount": 0, "pageSize": 20, "size": 20, "totalCount": 0, "totalItems": 0 }, "data": null }