Get All BML and BMLT Files

get

/rest/v16/adminMeta

Use this endpoint to download zip file of site's Commerce BML and BMLT files. This endpoint is equivalent to the 'cpq-toolkit pull' command.

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

Default Response

Return zip file with metadata of all supported entities.
Body ()
Root Schema : schema
Type: file
Back to Top

Examples

Use this endpoint to download zip file of site's Commerce BML and BMLT files by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

This endpoint is equivalent to the 'cpq-toolkit pull' command.

curl -X GET -i -H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" -H "Accept: application/zip"
https://sitename.oracle.com/rest/v16/adminMeta
Back to Top