landmarks
Import and link landmarks, landmark groups and locations.
Import and link landmarks, landmark groups and locations.
The passed in <data> parameter is a list of two-element lists, each representing a group along with its linked landmark and locations. The group is represented by its name and the members are a list of four-element lists, containing the landmark name and the location. This results in the following format:
[[group_1_name, [[landmark_1_name, x, y, z], [landmark_2_name, x, y, z]]], ...]
Note that this parameter has to be transmitted as a JSON encoded string.
posthttp://localhost:8000/{project_id}/landmarks/groups/import
Path parameters
project_idstring required
The project the landmark group is part of.
Response
Created
Changes
Changed in 2 of the 10 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲