Retrieves the details of a field in a collection.
Your Moonbase API key.
The ID or ref of the Collection the field belongs to.
The ID or ref of the Field to retrieve.
Successful response.
A field definition, which varies by type
The data type of the field. Always field/text/single_line for this field.
"field/text/single_line"Unique identifier for the object.
The human-readable name of the field (e.g., "Company Name").
A unique, stable, machine-readable identifier for the field within its collection (e.g., company_name).
Specifies whether the field can hold a single value (one) or multiple values (many).
one, many If true, this field must have a value.
If true, values for this field must be unique across all items in the collection.
If true, the value of this field is system-managed and cannot be updated via the API.
If true, this is a built-in field included by default.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.
An optional, longer-form description of the field's purpose.