Skip to Main Content
Categories API
Created by Mark Stuart-Walker
Created on Jun 23, 2025

REST API endpoint for Softlinking

How: Query to retrieve an array of entities linked by name

Why:

For Who: users who use softlinking i.e. no link but a field with a ist of names to locate the 'linked' entities.

Impact: more efficient than multiple calls to current endpoints.

Additional context:

An endpoint which receives a list of entity Ids, a field type Id and link fied type id. For each entity the field value is retrieved which holds a list of link names. These names are queried against the link field type.

The return is an array of entities, each containing a list of linked entities.


  • Attach files