Hi community,
I’m working with Adobe Campaign Standard (ACS) and need to access, through the REST API, the full definition of standard resources (e.g., Profile, Subscription, Service), including data types, lengths, keys, and relationships.
Is there any endpoint or method to retrieve this information directly from the API?
It only works with the endpoint:
https://mc.adobe.io/developeando/campaign/profileAndServicesExt
For other resources, it returns 404 Not Found.
Thanks for any guidance or references!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @HectorAb,
You might be getting a 404 because you're calling the wrong endpoint or resource name.
In Adobe Campaign Standard, you can retrieve the full definition of standard and custom resources through metadata endpoints.
For standard resources:
GET https://mc.adobe.io/<tenant>/campaign/profileAndServices/resourceType/<resourceName>
For extended or custom resources:
GET https://mc.adobe.io/<tenant>/campaign/profileAndServices/resourceType/<resourceName>
These endpoints should return metadata such as field names, data types, and relationships, but not physical database details like column lengths or SQL keys.
I share with you some useful documentation:
Hope it helps, don't hesitate to come back if any doubt.
Best,
Celia
Views
Replies
Total Likes
Hi @HectorAb,
You might be getting a 404 because you're calling the wrong endpoint or resource name.
In Adobe Campaign Standard, you can retrieve the full definition of standard and custom resources through metadata endpoints.
For standard resources:
GET https://mc.adobe.io/<tenant>/campaign/profileAndServices/resourceType/<resourceName>
For extended or custom resources:
GET https://mc.adobe.io/<tenant>/campaign/profileAndServices/resourceType/<resourceName>
These endpoints should return metadata such as field names, data types, and relationships, but not physical database details like column lengths or SQL keys.
I share with you some useful documentation:
Hope it helps, don't hesitate to come back if any doubt.
Best,
Celia
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies