

Data Mapping
How to get a list of layout fields that you can set up a mapping for:- Get a reference for the layout design ID by querying a matter type.
/items/0/id
contains the layout design ID and /items/0/href
contains a full URL to use in the next step.
- Retrieve the full list of fields for the given layout design.
/fields/*/name
contain the layout fields that you can set up a mapping for.