활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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?
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
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>