I'm using this document for referring- Interacting with custom resources . This is the endpoint
GET /customResources/resourceType/<customResourceName>. I have created the custom resource and have a name for it and i'm trying to fetch it using this API but i'm not aware of the resourceType. Can somebody help me on this?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Sushmita32,
GET /customResources/resourceType/<customResourceName> : Provides metadata for the resource. Take a look at the below example,
If you're going to get/post/patch/delete some data to the custom resource you should be using,
Example:
GET https://mc.adobe.io/<org_name>/customResources/<customResourceName>
Hi @Sushmita32,
GET /customResources/resourceType/<customResourceName> : Provides metadata for the resource. Take a look at the below example,
If you're going to get/post/patch/delete some data to the custom resource you should be using,
Example:
GET https://mc.adobe.io/<org_name>/customResources/<customResourceName>
Thanks @SatheeskannaK for the answer
Views
Replies
Total Likes
Views
Likes
Replies