Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

2 Replies

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

Correct answer by
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