Forms
Form Model
API Documentation
Governance
- Organisations
- Schemes
- Work Orders
- Permits
- Operations
- Properties
- Streets
Data Capture
- Forms
- Form Categories
- Submissions
- Submission Versions
Operations
- Reinstatements
Assets
- Vehicles
Admin
- IAM
Forms
Form Model
The resource type
Available options:
forms
The ID of the form
{
"type": "forms",
"id": "92dbb844-8524-60bf-c12e-1eaf5c04",
"attributes": {
"name": "My Form",
"description": "This is a form which captures lots of useful information",
"status": "published"
},
"meta": {
"created_at": "2024-06-13T08:28:17.000Z"
},
"relationships": {
"categories": {
"data": [
{
"type": "form_categories",
"id": "b60e2af5-6a84-0eb0-feaa-84384a94"
}
]
}
},
"links": {
"self": "https://api.ctrl-hub.com/v3/orgs/7e0c875a-fd47-401d-bd25-4278ed58d721/data-capture/forms/92dbb844-8524-60bf-c12e-1eaf5c04"
}
}