Guides
Fetching matter details
An overview of how you can fetch details on matters you have access to
To retrieve information about a real estate transaction (a βmatterβ), you can query our
GraphQL API using either the matter
query (for a specific matter) or the matters
query (to retrieve a list).
π Fetching a specific matter
Use the matter(id: MatterGID!)
query to retrieve details about a single matter.
Request
Sample response:
Response
π Fetching multiple matters
If you donβt know the matter ID or want to browse multiple matters, you can use the matters query to list them.
Request
This query retrieves the first 10 matters, along with their status.