GetProjectDetail()
Returns an extended set of project properties, beyond what is available via ConfigurationServices.GetProject().
See the return table below for the full list of properties returned.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
projectID | int | Y | The ID of the project. |
Field | Type | Description |
---|---|---|
GetProjectDetailResponse | GetProjectDetailResponse | Returns 0 or 1 ProjectDetailInformation objects. |
<GetProjectDetailResponse>
<GetProjectDetailResult>
<ProjectDetailResponse>
<Status>
<Code>SUCCESS</Code>
<Message>Success. [ActivityId]: f5915b9d-3dc1-4dfa-8a96-f61b0eefafde</Message>
</Status>
<ProjectDetailInformation>
<ProjectDetailInformation>
<ID>1</ID>
<Name>Building #1</Name>
<Reference>PRJ-123</Reference>
<ProjectOwnerID>2</ProjectOwnerID>
<ProjectOwner>Company 1</ProjectOwner>
<BusinessUnitTypeID>1</BusinessUnitTypeID>
<BusinessUnitType>Main Contractor</BusinessUnitType>
<ProjectTypeID>3</ProjectTypeID>
<ProjectType>Education - School</ProjectType>
<StartDate>2018-01-14T00:00:00</StartDate>
<FinishDate xsi:nil="true"/>
<TimeZoneOffset>0</TimeZoneOffset>
<CultureID>1</CultureID>
<Culture>en-GB</Culture>
<ResolutionDays>7</ResolutionDays>
<Active>true</Active>
<AddressType>Site</AddressType>
<Address1>123 Anylane St.</Address1>
<Address2>Suite 200</Address2>
<Address3></Address3>
<Address4></Address4>
<Calibration>true</Calibration>
<CC>fv_test@viewpoint.com</CC>
<PostCode>12345</PostCode>
<ViewAllForms>true</ViewAllForms>
<ViewOriginalTasks>true</ViewOriginalTasks>
<StampPhotosWithDate>true</StampPhotosWithDate>
<StampPhotosWithGPS>true</StampPhotosWithGPS>
<ClientProjectReference>#456</ClientProjectReference>
<Notes>Open-text notes.</Notes>
</ProjectDetailInformation>
</ProjectDetailInformation>
</ProjectDetailResponse>
</GetProjectDetailResult>
</GetProjectDetailResponse>