Skip to main content

GetAPIToken()

Modified: 6 Jun 2026 Viewpoint Field View Developer / API Help

The GetAPIToken() command returns an API token.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
loginNamestring50YThe login name of the API account.
passwordstring 100YThe password of the API account.
Table 2. Returns
FieldTypeDescription
APITokenstringThe API token associated with the user account.
<APITokenResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <APITokenInformation>
           <APIToken>767DA43397CACDAE4D7E70CE43C1B11C286965</APIToken>
       </APITokenInformation>
   </APITokenResponse>
Submit

Table of Contents