cURL
curl --request GET \ --url 'https://cloud.cdata.com/api/odata/{workspaceName}/$metadata' \ --header 'Authorization: Basic <encoded-value>'
This operation returns the OData metadata for a given workspace. The metadata describes the resources available in the workspace.
Basic Authentication with username and password. Use your PAT as the password. You can get your PAT from Connect AI by selecting Settings > Access Tokens.
OK
Was this page helpful?