GetProjectFormsComments()
Returns Form and Form Answer comments that have been added or changed within the specified date range.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
projectId | integer | Y | The unique ID of the project. | |
formTemplateLinkIds | Integer[] | The list of form template link IDs of form
templates on the project. The form
template link id spans versions of a form template. To get all forms
on a project, pass in an empty list.
Note: The list of available FormTemplateLinkIds
can be found by calling GetProjectFormTemplates(). |
||
lastModifiedDateFrom | DateTime | The last modified date from, forms to retrieve. | ||
lastModifiedDateTo | DateTime | The last modified date to, forms to retrieve. | ||
lastModifiedOnServerDateFrom | DateTime | Beginning date of when the form was last modified on the web or synced to the server from mobile. | ||
lastModifiedOnServerDateTo | DateTime | End date of when the form was last modified on the web or synced to the server from mobile. | ||
Note: At least one date range is required and must
be 91 days or less. If you provide more than one date range in the
same call, the system returns only results that meet both ranges,
thereby potentially narrowing your results.
|
Field | Type | Description |
---|---|---|
CommentInformation | CommentInformation | Project forms list information structure. |
<CommentResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<CommentInformation>
<Comment></Comment>
<CreatedByUser></CreatedByUser>
<CreatedByOrganisation></CreatedByOrganisation>
<Date></Date>
<LastModified></LastModified>
<OwnerId></OwnerId>
<LasModifiedOnServer></LasModifiedOnServer>
<CommentType<>/CommentType>
</CommentInformation>
</CommentResponse>