Form
Definition
| Property | Type | Description |
|---|---|---|
id |
String |
ID |
ownerId |
String |
Owning user's ID |
workspaceId |
String |
Workspace ID |
version |
Number |
Version |
name |
String |
Name |
status |
String |
Status Values:
|
deadline |
String |
Deadline date (ISO 8601) Nullable |
Example
{
"id": "5f6ef4d8-1be3-4af1-a10b-be45d0187fce",
"ownerId": "04c0cacb-1987-4e8a-8b88-a5de0fbd3cf2",
"workspaceId": "1ecab824-75e8-4519-8a7a-a5c413e47162",
"version": 999,
"name": "Form Example",
"status": "Published",
"deadline": "2024-03-02T13:14:15Z"
}