Metadata
GET https://{{dne_cdpOffcoreUrl}}/api/v1/metadata/
The Customer 360 Audiences Metadata API response includes metadata about all entities, including Calculated Insights, Engagement, Profile, and other entities, as well as their relationships to other objects.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"metadata": [
{
"fields": [
{
"name": "CasePriorityId__c",
"type": "STRING"
},
{
"name": "CaseStatusId__c",
"type": "STRING"
},
{
"name": "CreatedDate__c",
"type": "DATE_TIME"
},
{
"name": "Id__c",
"type": "STRING"
},
{
"name": "CaseTypeId__c",
"type": "STRING"
},
{
"name": "DataSourceObjectId__c",
"type": "STRING"
},
{
"name": "DataSourceId__c",
"type": "STRING"
},
{
"name": "AccountContactId__c",
"type": "STRING"
},
{
"name": "ClosedDateTime__c",
"type": "DATE_TIME"
}
],
"category": "Profile",
"name": "Case__dlm",
"relationships": [
{
"fromEntity": "Case__dlm",
"toEntity": "Individual__dlm",
"fromEntityAttribute": "AccountContactId__c",
"toEntityAttribute": "Id__c",
"cardinality": "NTOONE"
}
]
},
{
"fields": [
{
"name": "DataSourceObjectId__c",
"type": "STRING"
},
{
"name": "Id__c",
"type": "STRING"
},
{
"name": "DataSourceId__c",
"type": "STRING"
}
],
"category": "Profile",
"name": "ContactPointAddress__dlm",
"relationships": []
},
{
"fields": [
{
"name": "Address_City__c",
"type": "STRING"
},
{
"name": "Preferred_Channel__c",
"type": "STRING"
},
{
"name": "Rewards_Balance__c",
"type": "NUMBER"
},
{
"name": "Preferred_Language__c",
"type": "STRING"
},
{
"name": "Address_Country__c",
"type": "STRING"
},
{
"name": "Address_State_Prov__c",
"type": "STRING"
},
{
"name": "Address_Street__c",
"type": "STRING"
},
{
"name": "Home_Branch__c",
"type": "STRING"
},
{
"name": "Account_Manager__c",
"type": "STRING"
},
{
"name": "DataSourceId__c",
"type": "STRING"
},
{
"name": "DataSourceObjectId__c",
"type": "STRING"
},
{
"name": "Id__c",
"type": "STRING"
},
{
"name": "InternalOrganizationId__c",
"type": "STRING"
},
Curl curl -X GET 'https:///api/v1/metadata/' ENDPOINTS |