- Home
- Resources
- Drawing Ownership Admin API
Abstract class for REST webservices
GET /admin/ownership/vector/{userId}
get Documents list for owner
Request Parameters
name |
type |
description |
default |
constraints |
userId |
path |
- id of user |
|
long |
limit |
query |
|
|
required long |
offset |
query |
|
|
required long |
Response Body
media type |
data type |
description |
*/* |
object
|
JSON with documents containing vectors owned by user |
PUT /admin/ownership/vector/{userId}
Request Parameters
name |
type |
description |
default |
constraints |
userId |
path |
|
|
long |
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
|
GET /admin/ownership/vectorentity/{userId}
get Documents list for owner
Request Parameters
name |
type |
description |
default |
constraints |
userId |
path |
- id of user |
|
long |
limit |
query |
|
|
required long |
offset |
query |
|
|
required long |
Response Body
media type |
data type |
description |
*/* |
object
|
JSON with documents containing verctor entities owned by user |
PUT /admin/ownership/vectorentity/{userId}
Update vector entities (vector shape) parameters
request must also contains json array of objects with xml snippets and
params to be updated
Request Parameters
name |
type |
description |
default |
constraints |
userId |
path |
|
|
long |
Request Body
media type |
data type |
application/json |
string
|
Response Body
media type |
data type |
description |
application/json |
object
|
json object with report about success of update operations |