Cross references endpoint

GET /api/model/(Model: model)/(ObjectId: object_id)/crossreferences/

Retrieve a list of usages for a given model in the system.

Warning

This request may take a while to load.

Parameters:
  • model – The model class we’re looking up.
  • object_id (ObjectId) – The instance ID for the former model class.

Currently available usage references are:

  • Model:
    • Model relationships
    • PageType references
    • NodeType references
    • Attributes of type ‘reference’ to this model
  • Attribute:
    • Model
    • PageType
    • BlockType
    • NodeType
    • Node
  • Role:
    • Users in this role
  • Unit:
    • Attributes of a number type with this unit
  • File:
    • Any objects using this file in a file attribute
  • Masterdata:
    • Any objects using this file in a reference attribute