Tutorials
Layouts
Layouts are User Interfaces that look different from each other, and are designed for a specific/unique purpose. They are designed and maintained by our product team. Each user interface has different fields pertinent to their unique purpose.
For example, we have a Property Details Layout for Conveyancing Matter Types:
Or, Case Details Layout for some Litigation Matter Types:
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.
Example response:
In this example, /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.
Example response:
In this example, /fields/*/name
contain the layout fields that you can set up a mapping for.