- Home
- Resources
- Asset API
Abstract class for REST webservices
POST /asset/autosync
Runs in background pulling of asset objects to hdc.
Response Body
media type |
data type |
description |
application/json |
object
|
JSON with info whether task started successfully |
GET /asset/token
Gets token to execute operations in asset.
Response Body
media type |
data type |
description |
application/json |
object
|
JSON with token
Example of response:
{"jwt":"Bearer tokenValue"}
|
POST /asset/graphql/getobjectsbyguids
Request Body
media type |
data type |
*/* |
object
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /asset/graphql/{objectType}/{timeStamp}
Request Parameters
name |
type |
description |
default |
constraints |
objectType |
path |
|
|
long |
timeStamp |
path |
|
|
|
Response Body
media type |
data type |
description |
application/json |
object
|
|