내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Is there a way available to get all the collection names under which an entity is being assigned?

Avatar

Level 2

Is there a way available to get all the collection names under which an entity is being assigned?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi,

To get the list of collections that reference a specified entity, please refer to the following API request (see Producer-Service-Entity section of the swagger documentation):

GET /publication/{publicationID}/{entityType}/{entityName}/{referencingEntityType}

The above request has been added to the DPS2015 Content Producer API examples, you can now use the function getReferencing(). Please see /article/get_referencing_entity.php for the full example.

You can download the latest DPS2015 Content Producer API examples and swagger documentation from here‌, all the resources are in a single zip file.

- Mike

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Level 2

I found that the getContentElements() will return the list of entities within a collection but is there a way to get all the collection names under which an entity is being assigned?

Avatar

정확한 답변 작성자:
Employee

Hi,

To get the list of collections that reference a specified entity, please refer to the following API request (see Producer-Service-Entity section of the swagger documentation):

GET /publication/{publicationID}/{entityType}/{entityName}/{referencingEntityType}

The above request has been added to the DPS2015 Content Producer API examples, you can now use the function getReferencing(). Please see /article/get_referencing_entity.php for the full example.

You can download the latest DPS2015 Content Producer API examples and swagger documentation from here‌, all the resources are in a single zip file.

- Mike