Get list of "N" versions
Facets Deployment Controller API: GET endpoint to list versions for a given versioning key, with paginated page and perPage query parameters.
Authorization
sec0 AuthorizationBasic <token>
In: header
Path Parameters
versioningKey*string
Query Parameters
perPage?integer
Default
5Format
int32page?integer
Default
0Format
int32Response Body
application/json
application/json
curl -X GET "https://facetsdemo.console.facets.cloud/cc-ui/v1/versions/string""{}""{}"Versioningkey
Facets Deployment Controller API: endpoints scoped to a versioning key, used to list the prior versions tracked under that key.
Artifact Management
Facets Artifact Management API to record build artifacts produced by CI pipelines and bind them to release streams for deployment across qualified environments.