Asset API Resource

Runs in background pulling of asset objects to hdc.

POST /api/asset/autosync

Runs in background pulling of asset objects to hdc.

Response Body
media type data type description
application/json HdcSuccessTO (JSON) JSON with info whether task started successfully

Example

Request
POST /api/asset/autosync
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 201 Created
Content-Type: application/json

                
{ }