ACS API endpoint for Custom Resources (extensions) | Community
Skip to main content
shelly-goel
Adobe Employee
Adobe Employee
December 10, 2020
Solved

ACS API endpoint for Custom Resources (extensions)

  • December 10, 2020
  • 1 reply
  • 1480 views

Hello,

I understand that we can create a new custom resource (linked to profile resource) and access it through /profileAndServicesExt or /customResources endpoints and it works fine. (Referring to this: https://experienceleague.adobe.com/docs/campaign-standard/using/working-with-apis/interacting-with-custom-resources.html?lang=en#working-with-apis)

I wanted to understand if custom resources created as "Extensions to an existing resource" like workflow, delivery can also be accessed through /customResources endpoint? (these are already linked to profile resource)

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

Anything linked to profile won't be available via /customResources

Though standard objects won't be available via both APIs if extended, even if linked to a profile

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
December 10, 2020

Anything linked to profile won't be available via /customResources

Though standard objects won't be available via both APIs if extended, even if linked to a profile

shelly-goel
Adobe Employee
Adobe Employee
December 10, 2020

okay so that was my understanding that 'new' custom resources can only be retrieved via these APIs and not the 'extended' custom resources. Is there any API to get the list of all deliveries/ workflows? There's one to control a specific workflow but not listing all. If there's none existing, is there anything in the roadmap to expose this information via API?