Get Event Type (lawmatics_get-event-type)
Fetch a single event type from Lawmatics by ID, including a `relationships` envelope of {id,type} pointers to the events booked against it.
Tool Input
eventTypeIdstringrequired— ID of the event type to fetch; a numeric string(pattern: ^\d+$)
Tool Output
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
relationshipsobjectrequired— JSON:API relationship pointers to related records as {id,type} stubs. Not materialized — follow a pointer by calling that resource's own get tool (e.g. type 'event' -> get-event).
eventsarrayrequired— Event pointers (type 'event') booked against this event type; empty if none
[]object
2 fields
idstringrequired— ID of the referenced Lawmatics record
typestringrequired— JSON:API record class of the reference; resolve it by calling that resource's own tool
Related Tools