Get Collection (lawmatics_get-collection)
Fetch a single Collection from Lawmatics by ID, including its custom field schema definitions.
Tool Input
collectionIdstringrequired— ID of the collection to retrieve; a numeric string(pattern: ^\d+$)
Tool Output
idstringrequired— Unique ID of the collection
namestringrequired— Name of the collection
customFieldsarrayrequired— Custom field definitions that make up the schema of this collection's items
[]object
idstringrequired— Unique ID of the custom field definition
namestringrequired— Display name of the custom field
fieldTypestringrequired— Type of the field (e.g. text, currency, list, multi_picklist, string, date)
visibilitystringrequired— Visibility setting of the field as reported by Lawmatics (e.g. "default")
listOptionsarray— Selectable options; present only for list and multi_picklist field types
1 field
[]object
2 fields
idstringrequired— Unique ID of the list option
namestringrequired— Display name of the selectable option
createdAtstringrequired— When the custom field was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the custom field was last updated, as an ISO 8601 timestamp
createdAtstringrequired— When the collection was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the collection was last updated, as an ISO 8601 timestamp
Related Tools