List registries
Lists all the registries.
Path parameters
Unique path identifier for the final space in the branch. The value can be provided either as a fully URL-encoded path (e.g., organization%2Fproject) or as a plain path ending with a trailing plus sign (+) as separator (e.g., organization/project/+).
Query parameters
Registry Package Type
Registry Type
Current page number
Number of items per page
sortOrder
sortField
search Term.
Whether to list registries recursively.
Deprecated. Use the new scope parameter.
- recursive=true → scope=ancestors
- recursive=false → scope=none
Scope of registries to list
- none – current space only (default) * ancestors – current space plus all parent spaces * descendants – current space plus all child spaces
If omitted, none is assumed.
Response
response for list registry
Example response
{
"data": {
"pageCount": 100,
"itemCount": 1,
"pageSize": 1
}
}Changes
Changed in 15 of the 50 revisions of this API.31114
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
- ○
added the new optional
queryrequest parameterscopenew-optional-request-parameter
- ○
- ●
added the new
HUGGINGFACEenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
GOenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
CARGOenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
RPMenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
NUGETenum value to the///response property for the response statusresponse-property-enum-value-added
- ●