Get a list of collection object primary keys for all highlight-objects |
GET |
--- |
--- |
--- |
List[Int] |
https://webapi.tmw.at/adlib/collect-highlights
|
Get the indoor coordinates of a collect object |
GET |
priref |
Int |
Primary-Key of the collect object |
Coordinates |
https://webapi.tmw.at/adlib/collect-coordinates?priref=255629
|
Get the indoor coordinates of a collect object by it's inventory number |
GET |
object_number |
String |
Inventory number of collect object |
Coordinates |
https://webapi.tmw.at/adlib/collect-coordinates?object_number=251/1
|
Set the indoor coordinates of a collect object |
POST |
priref |
Int |
Primary-Key of the collect object |
HttpResponseMessage |
https://webapi.tmw.at/adlib/collect-coordinates?priref=255629&x=999.1&y=870.24&z=570.36
|
x |
Double |
X-Coordinate of the collect object |
y |
Double |
Y-Coordinate of the collect object |
z |
Double |
Z-Coordinate of the collect object |
Set the indoor coordinates of a collect object by it's inventory number |
POST |
object_number |
String |
Inventory number of collect object |
HttpResponseMessage |
https://webapi.tmw.at/adlib/collect-coordinates?object_number=251/1&x=999.1&y=870.24&z=570.36
|
x |
Double |
X-Coordinate of the collect object |
y |
Double |
Y-Coordinate of the collect object |
z |
Double |
Z-Coordinate of the collect object |
Set the location and the indoor coordinates of a collect object |
POST |
priref |
Int |
Primary-Key of the collect object |
HttpResponseMessage |
https://webapi.tmw.at/adlib/collect-location?priref=255629&location_priref=45242&x=999.1&y=870.24&z=570.36
|
locattion_priref |
Int |
Primary-Key of location |
x |
Double |
X-Coordinate of the collect object
(can be omitted) |
y |
Double |
Y-Coordinate of the collect object
(can be omitted) |
z |
Double |
Z-Coordinate of the collect object
(can be omitted) |
Set the location and the indoor coordinates of a collect object by it's inventory number |
POST |
object_number |
String |
Inventory number of collect object |
HttpResponseMessage |
https://webapi.tmw.at/adlib/collect-location?object_number=251/1&location_priref=45242&x=999.1&y=870.24&z=570.36
|
locattion_priref |
Int |
Primary-Key of location |
x |
Double |
X-Coordinate of the collect object
(can be omitted) |
y |
Double |
Y-Coordinate of the collect object
(can be omitted) |
z |
Double |
Z-Coordinate of the collect object
(can be omitted) |