GetProject()

The GetProject() command returns the project information for the given project ID.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20Y Your API security token configured in Field View.
projectIDintegerYThe project ID you wish to retrieve information for.
Table 2. Returns
FieldTypeDescription
ProjectInformationProjectInformationProject 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>