List Practice Areas (lawmatics_list-practice-areas)
List practice areas from Lawmatics with optional pagination and sorting.
Tool Input
pageinteger— Page number (1-based)(> 0)
sortBystring— Column to sort by(enum: "id", "created_at", "updated_at", "name")
sortOrderstring— Sort direction; ascending or descending(enum: "asc", "desc")
Tool Output
practiceAreasarrayrequired— Practice areas on this page of results
[]object
idstringrequired— Lawmatics practice area ID
namestringrequired— Practice area name
colorstringnullrequired— Practice area display color as a CSS color value (hex, rgb, hsl, or name); null when no color is set
createdAtstringrequired— When the practice area was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the practice area was last updated, as an ISO 8601 timestamp
paginationobjectnullrequired— Pagination metadata from the API response; null when the endpoint returns no meta envelope
totalPagesnumbernullrequired— Total number of pages available; null if not reported
limitPerPagenumbernullrequired— Maximum practice areas returned per page; null if not reported
totalEntriesnumbernullrequired— Total number of practice areas across all pages; null if not reported
Related Tools