The metadata includes the dimension and measure that are part of the calculated insight.
Syntax
- HTTP method
- GET
- Availability
- Salesforce CDP v1.0, Salesforce v51.0
- Formats
- REST
- URI
- /api/v1/insight/metadata/(ci-name)
Request Parameters
| ci_name |
string |
Required. The calculated insight name. Example: IndividualChildrenCount__cio |
Examples
- Request
-
- Response
-
HTTP Responses
| 200 OK |
Callback successfully verified |
| 400 Bad Request |
Invalid request |
| 403 Forbidden |
Failed to pass authorization. |
| 404 Not Found |
Incorrect callback ID, verification key, or both. |
| 422 Unprocessable Entity |
Attribute name used in fields/filter parameter does not exist. |
| 500 Server Error |
Internal error |