- Home
- Resources
- File admin API
HDC WS for converting drawing files
GET /admin/file
Returns original files for given state
Request Parameters
name |
type |
description |
default |
constraints |
limit |
query |
- file entries limit per request |
|
long |
offset |
query |
- offset of file entries |
|
long |
state |
query |
- file state |
|
|
Response Body
media type |
data type |
description |
application/json |
object
|
- list of files |
GET /admin/notecontent
Returns original note files for given state
Request Parameters
name |
type |
description |
default |
constraints |
limit |
query |
- file entries limit per request |
|
long |
offset |
query |
- offset of file entries |
|
long |
state |
query |
- file state |
|
|
Response Body
media type |
data type |
description |
application/json |
object
|
- list of files |
GET /admin/file/convertondemand
Tiles single image on demand
Request Parameters
name |
type |
description |
default |
constraints |
fileId |
query |
- file identifier |
|
long |
paramsOnly |
query |
- flag indicating process raster parameters mode |
|
required boolean |
versionId |
query |
- version identifier |
|
long |
Response Body
media type |
data type |
description |
application/json |
object
|
|
POST /admin/file/convertondemand
Request Parameters
name |
type |
description |
default |
constraints |
paramsOnly |
query |
|
|
required boolean |
Request Body
media type |
data type |
application/json |
object
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/notecontent/convertondemand
Tiles single image on demand
Request Parameters
name |
type |
description |
default |
constraints |
fileId |
query |
- file identifier |
|
long |
Response Body
media type |
data type |
description |
application/json |
object
|
|
POST /admin/notecontent/convertondemand
Request Body
media type |
data type |
application/json |
object
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/file/convert/{state}
Tiles all files with given state.
Request Parameters
name |
type |
description |
default |
constraints |
state |
path |
- file state. Recommended states for this operation: UPLOADED, UNCONVERTIBLE, IN_QUEUE, CONVERTING |
|
|
paramsOnly |
query |
|
|
required boolean |
Response Body
media type |
data type |
description |
application/json |
object
|
- long running process description |
GET /admin/notecontent/convert/{state}
Tiles all files with given state.
Request Parameters
name |
type |
description |
default |
constraints |
state |
path |
- file state. Recommended states for this operation: UPLOADED, UNCONVERTIBLE, IN_QUEUE, CONVERTING |
|
|
Response Body
media type |
data type |
description |
application/json |
object
|
- long running process description |