GetProjectAssetsList()
The GetProjectAssetsList() command returns a list of assets assigned to the given project ID.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
projectID | integer | Y | The project ID for which to retrieve information. | |
statusChangedDateFrom | DateTime | The status changed date from, assets to retrieve. | ||
statusChangedDateTo | DateTime | The status changed date to, assets to retrieve. | ||
lastmodifiedDateFrom | DateTime | The last modified date from, assets to retrieve. | ||
lastmodifiedDateTo | DateTime | The last modified date to, assets to retrieve. | ||
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 |
---|---|---|
ProjectAssetsListInformation | Project Assets List Information | Project assets list information structure. |
<ProjectAssetsListResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ProjectAssetsListInformation>
<ElementId>1737800</ElementId>
<Description>Asset 2</Description>
<Status>Checked</Status>
<StatusColour>#009900</StatusColour>
<StatusDate>2017-09-01T14:24:20</StatusDate>
<LocationPath>Asset 2</LocationPath>
<Code/>
<WorkflowTemplate>Asset Checking</WorkflowTemplate>
<ParentClassification/>
<ElementClassification>Apartment</ElementClassification>
<Closed>1</Closed>
<CheckedByUser>MCS_UK DEMO_RS</CheckedByUser>
<Quantity>12</Quantity>
<OpenTasks>15</OpenTasks>
<TotalTasks>16</TotalTasks>
<OpenForms>0</OpenForms>
<TotalForms>0</TotalForms>
<HasImage>1</HasImage>
<HasComment>1</HasComment>
<HasDocument>1</HasDocument>
<LastModified>2017-08-31T09:29:09</LastModified>
</ProjectAssetsListInformation>
</ProjectAssetsListResponse>