Get dataset fields
GET/api/v1/orgs/:orgID/datasets/:datasetID/fields
Retrieve all fields for a specific dataset within an organization.
Supported Field Types:
- text - Single or multi-line text input
- number - Numeric values (integers, decimals)
- date - Date only (YYYY-MM-DD format)
- datetime - Date and time (ISO 8601 format)
- select - Single choice dropdown (DEPRECATED: use multiselect with allowMultiple=false)
- multiselect - Multiple choice selection (supports both single and multi-selection)
- file-upload - File attachments (documents, images, etc.)
- progress-tracker - Workflow states with progression tracking
- relationship - Links to other records in the system
- event-markers - Track phases of a live event
Request
Responses
- 200
- 400
- 401
- 500
Successfully retrieved dataset fields
Invalid organization ID or dataset ID
Unauthorized - user does not have permission to view datasets
Internal server error