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