List Event Types (lawmatics_list-event-types)
List event types 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
eventTypesarrayrequired— Event types on this page of results
[]object
idstringrequired— Lawmatics event type ID
namestringrequired— Event type name
durationnumberrequired— Default event duration in minutes
createdAtstringrequired— When the event type was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the event type 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 event types returned per page; null if not reported
totalEntriesnumbernullrequired— Total number of event types across all pages; null if not reported
Related Tools