Metadata
GET https://{{dne_cdpOffcoreUrl}}/api/v1/profile/metadata
The metadata includes the dimension and measure that are part of the calculated insight.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"metadata": [
{
"fields": [
{
"name": "IndividualId__c",
"displayName": "Individual Id",
"type": "STRING"
},
{
"name": "segment_1sg4W000000oLolQAE__c",
"displayName": "Segment 1sg4W000000oLolQAE",
"type": "NUMBER"
},
{
"name": "segment_1sg4W000000oLolQAE_lastprocessed__c",
"displayName": "1sg4W000000oLolQAE Last Processed",
"type": "DATE_TIME"
},
{
"name": "segment_1sg4W000000oLolQAE_name__c",
"displayName": "Segment 1sg4W000000oLolQAE Name",
"type": "STRING"
}
],
"indexes": [],
"category": "Profile",
"name": "activation_test__dlm",
"displayName": "activation-test",
"relationships": [
{
"fromEntity": "ssot__Individual__dlm",
"toEntity": "activation_test__dlm",
"fromEntityAttribute": "ssot__Id__c",
"toEntityAttribute": "IndividualId__c",
"cardinality": "ONETOONE"
}
],
"primaryKeys": [
{
"name": "IndividualId__c",
"displayName": "Individual Id",
"indexOrder": "1"
}
]
},
{
"fields": [
{
"name": "SourceRecordId__c",
"displayName": "Individual Id",
"type": "STRING"
},
{
"name": "UnifiedRecordId__c",
"displayName": "Unified Individual Id",
"type": "STRING"
},
{
"name": "CreatedDate__c",
"displayName": "CreatedDate",
"type": "DATE_TIME"
},
{
"name": "ssot__DataSourceId__c",
"displayName": "Data Source",
"type": "STRING"
},
{
"name": "ssot__DataSourceObjectId__c",
"displayName": "Data Source Object",
"type": "STRING"
},
{
"name": "ssot__InternalOrganizationId__c",
"displayName": "InternalOrganizationId",
"type": "STRING"
}
],
"indexes": [
{
"fields": [
{
"name": "SourceRecordId__c",
"type": "STRING"
}
]
}
],
"category": "Profile",
"name": "IndividualIdentityLink__dlm",
"displayName": "Individual Identity Link",
"relationships": [
{
"fromEntity": "ssot__Individual__dlm",
"toEntity": "IndividualIdentityLink__dlm",
"fromEntityAttribute": "ssot__Id__c",
"toEntityAttribute": "SourceRecordId__c",
"cardinality": "ONETOONE"
},
{
"fromEntity": "IndividualIdentityLink__dlm",
"toEntity": "UnifiedIndividual__dlm",
"fromEntityAttribute": "UnifiedRecordId__c",
"toEntityAttribute": "ssot__Id__c",
"cardinality": "NTOONE"
}
],
& Curl curl -X GET 'https:///api/v1/profile/metadata' ENDPOINTS |