GET api/forms/GetFormDataDelta?formguid={formguid}&customFields={customFields}&delta={delta}&viewid={viewid}
Returns form details added, updated, or removed since a previous check.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formguid |
The GUID of the Form Type to search in. |
string |
Default value is |
| customFields |
The GUIDs of the Form fields to search for. |
string |
Default value is |
| delta |
The identifier for the last search date. |
string |
Default value is |
| viewid |
The id of the view which fields we return . |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
On first call, the new checkpoint token. On subsequent calls, the created and updated field values recorded since the token was last used.
None.