Docs

Get Blueprint Resources

API recipe to list every resource within a Facets blueprint branch using a GET request, syncing any changes from the linked Git repository.

Your Control Plane URL will vary

The Control Plane URL, denoted as YOUR_CP_URL for this API reference document is https://facetsdemo.console.facets.cloud.
Replace that with the Control Plane URL unique to your account.

API Endpoint

This API processes a GET request to retrieve a list of resources within the specified Blueprint and synchronize any associated changes.

https://{YOUR_CP_URL}/cc-ui/v1/designer/{stackName}/{branchName}/files

This API endpoint has two path parameters, stackName and branchName.

Path parameters

  • stackName of type String is the name of the Blueprint.
  • branchName of type String is the name of the branch.

Authenticate your API request

To learn more about how to generate a basic authentication token for use with Facets API requests, check Authentication Setup.

Facets API uses Basic Authentication.