GetProjectFormAttachments()
For one or more Forms and/or Form Answers, returns a list of photos and documents that have been added or modified 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 none
may be greater than 3 months. 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 |
---|---|---|
FormsListAttachmentInformation | FormsListAttachmentInformation | Forms list attachment information structure. |
<FormsListAttachmentResponse>
<Status>
<Code>SUCCESS</Code>
<Message>Success.</Message>
</Status>
<FormsListAttachmentInformation>
<FormID></FormID>
<Type></Type>
<MediaType></MediaType>
<Name></Name>
<OwnerID></OwnerID>
<OwnerType></OwnerType>
<LastModified></LastModified>
<LastModifiedOnServer></LastModifiedOnServer>
</FormsListAttachmentInformation>
</FormsListAttachmentResponse>