Asset
Assets represent individual real-world objects stored in the system, such as a specific vehicle or person, and geospatial objects, such as a POI or geofence.
Asset object
Asset endpoints
Returns all assets available to the organization
OAuth 2.0 authentication for Europe. Use this for users based in Europe and adjacent regions.
- : OpenID Connect scope
- : Basic user profile
- : User e-mail address
A search query string
Maximum number of items to return (default: 100, max: 1000)
The index of the first item to return (default: 0)
Sort expression. Supports one or more fields, optionally prefixed with - to indicate descending order. For example, label,-created_at
List of assets
Invalid request or validation error
Authentication is required
Returns all assets available to the organization with advanced filtering options
OAuth 2.0 authentication for Europe. Use this for users based in Europe and adjacent regions.
- : OpenID Connect scope
- : Basic user profile
- : User e-mail address
A search query string
Maximum number of items to return
100The index of the first item to return
0Sort expression. Supports one or more fields, optionally prefixed with - to indicate descending order. For example, label,-created_at
List of assets
Invalid request or validation error
Authentication is required
Adds an asset for the organization
OAuth 2.0 authentication for Europe. Use this for users based in Europe and adjacent regions.
- : OpenID Connect scope
- : Basic user profile
- : User e-mail address
Defines the request schema for /asset/create
Unique identifier for the asset's type
12The asset’s title/name
Aspen V6 GTXAsset created successfully
Invalid request or validation error
Authentication is required
Returns an asset's data by ID
OAuth 2.0 authentication for Europe. Use this for users based in Europe and adjacent regions.
- : OpenID Connect scope
- : Basic user profile
- : User e-mail address
Unique identifier for the asset
Asset details
Invalid request or validation error
Authentication is required
Asset not found
Updates the information of an existing asset
OAuth 2.0 authentication for Europe. Use this for users based in Europe and adjacent regions.
- : OpenID Connect scope
- : Basic user profile
- : User e-mail address
Defines the request schema for /asset/update
Unique identifier for the asset
21The asset’s title/name
Aspen V6 GTXAsset successfully updated (No Content)
Invalid request or validation error
Authentication is required
Asset not found
No content
Deletes the specified asset by its ID
OAuth 2.0 authentication for Europe. Use this for users based in Europe and adjacent regions.
- : OpenID Connect scope
- : Basic user profile
- : User e-mail address
Unique identifier for the recourse
Asset successfully deleted (No Content)
Invalid request or validation error
Authentication is required
Asset not found
No content
Last updated
Was this helpful?