The GetProjectTypes() command returns a list of project types the API token is configured against.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
Table 2. Returns| Field | Type | Description |
|---|
| ProjectTypeInformation | ProjectTypeInformation | Project type information structure. |
<ProjectTypeResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ProjectTypeInformation>
<ID></ID>
<Description></Description>
</ProjectTypeInformation>
</ProjectTypeResponse>