Basic Information

Detailed Information

Report Data

The UserTags Datatype

The following datatype will be JSONified and returned for methods which retrieve UserTag values. Currently, only GET methods are provided for UserTags.

public class UserTags
{
publicUInt64DeviceId; // A unique identifier for the Device. Use this when making further API calls specific to this device.
publicList<KeyValuePair`2>Tags; // User Tags given as Dictionary of Key/Value pairs
}

The UserTags Methods

The following list provides a reference for all valid /Device HTTP requests.

  • GET v1/UserTags?account={account}

    Summary: Returns Dictionary of User Assignable Tag Key/Values for Vehicles associated with the account

    Returns: UserTags rows (JSON)

    Parameters:

    • account: (Optional) If this parameter is included, the method will be run on behalf of the specified child Account (if valid). (FromUri)