Population Set
Definition
Note that a population set has either a formId or a workspaceId.
| Property | Type | Description |
|---|---|---|
id |
String |
ID |
formId |
String |
Owning form's ID Nullable |
workspaceId |
String |
Owning workspace's ID Nullable |
name |
String |
Name |
published |
Boolean |
Published |
lastModifiedAt |
String |
Time of last modification (ISO 8601) |
Example
{
"id": "0dfad23c-f2fa-471e-9af2-4903776be36a",
"formId": "5f6ef4d8-1be3-4af1-a10b-be45d0187fce",
"workspaceId": null,
"name": "Example",
"published": true,
"lastModifiedAt": "2024-03-02T13:14:15Z"
}