The GetProject() command returns the project information for the given project ID.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| projectID | integer | | Y | The project ID you wish to retrieve information for. |
Table 2. Returns| Field | Type | Description |
|---|
| ProjectInformation | ProjectInformation | Project information structure. |
<ProjectResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ProjectInformation>
<ID></ID>
<Name></Name>
<Reference></Reference>
<ProjectOwnerID></ProjectOwnerID>
<ProjectOwner></ProjectOwner>
<BusinessUnitTypeID></BusinessUnitTypeID>
<BusinessUnitType></BusinessUnitType>
<ProjectTypeID></ProjectTypeID>
<ProjectType></ProjectType>
<StartDate></StartDate>
<FinishDate></FinishDate>
<TimeZoneOffset></TimeZoneOffset>
<CultureID></CultureID>
<Culture></Culture>
<ResolutionDays></ResolutionDays>
<Active></Active>
<TimeZone></TimeZone>
<StoreFullSizeMedia></StoreFullSizeMedia>
<AllowOfflinePhotoAnnotation></AllowOfflinePhotoAnnotation>
</ProjectInformation>
</ProjectResponse>