GetProject()
The GetProject() command returns the project information for 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 you wish to retrieve information for. |
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>
</ProjectInformation>
</ProjectResponse>