v1
latestOpenAPI 3.0.12026-07-245277551.2 MBReports
Get custom cdfs on a report
Get a list of all the custom cdfs created on a report.
get/datainsights/v1.1/reports/{report_id}/custom_cdfs
Path parameters
report_idinteger required
Report id of the resource
Headers
X-PROPERTY-IDinteger required
Property id of the client
Response
OK
Example response
[
{
"column": "full_address",
"name": "Full address",
"description": "CDF with the full address information",
"kind": "String",
"format": "currency"
}
]