Customer Contact Point response not getting
Hi Team,
I am currently facing an issue where I am unable to retrieve the Customer Contact Point response array while accessing it via the REST API. However, I have verified that the Customer Contact Point exists and is visible in Fusion UI.
I used the following REST endpoint:
crmRestApi/resources/11.13.18.05/hubOrganizations/CN-1234/child/ContactPoint
Response:
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://Server.com/crmRestApi/resources/11.13.18.05/hubOrganizations/1001/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
}
]
}
Could anyone please review this and let me know if there is a resolution or if any additional steps are required?
Tagged:
0