GetProjectTypes()

The GetProjectTypes() command returns a list of project types the API token is configured against.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20YYour API security token configured in Field View.
Table 2. Returns
FieldTypeDescription
ProjectTypeInformationProjectTypeInformationProject type information structure.
<ProjectTypeResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ProjectTypeInformation>
           <ID></ID>
           <Description></Description>
       </ProjectTypeInformation>
   </ProjectTypeResponse>