DJI Delivery Sync
  1. Schemas
DJI Delivery Sync
  • Authentication instructions and webhook details
  • HMS Code Details
  • Phase one
    • Get device list
    • Get the device topology status, the aircraft and remote control form the topology
    • Get device properties
    • Enable device live streaming and obtain the streaming URL
    • Get device task list
  • Phase two
    • Get route list
    • Get detail of a single route
    • Get location list
    • Create location
    • Delete location
    • Device execution command
    • Query device execution command status
  • Phase three
    • Create task
    • Edit task
    • Delete task
    • Start task
    • Start stream forwarding
    • Stop stream forwarding
  • Schemas
    • Schemas
      • resp.StreaStreamReq
      • resp.StandardResponse
      • resp.GetGroupDeviceListRsp
      • resp.GroupDeviceListRspItem
      • resp.CreateTaskResult
      • resp.GetGroupDeviceTopoRsp
      • resp.GroupDeviceTopoRspItem
      • resp.GetGroupDevicePropertyRsp
      • resp.GroupDevicePropertyRspItem
      • resp.StartDeviceStreamRsp
      • resp.StartDeviceStreamItemRsp
      • resp.GroupDeviceTopoRspItemBaseTopo
      • resp.Pagination
      • resp.GetDeviceTasks
      • resp.DeviceTaskRspItem
      • resp.ElementItem
      • resp.MissionItem
      • resp.StageItem
      • resp.ActionItem
      • resp.GetMapElementListResp
      • resp.MapElementItem
      • resp.CreateResult
      • resp.CreateCmdResult
      • resp.GetCmdList
      • resp.GetWaylineList
      • resp.WaylineItem
      • resp.WaylineDetailItem
      • resp.WaylineGlobalInfo
      • resp.WaylinePointItem
      • req.CreateElement
      • req.Geometry
      • resp.PassStreamResult
      • req.Property
      • req.CreateCmd
      • req.CreateTask
      • req.CreatePassStream
  1. Schemas

req.CreateElement

{
    "content": {
        "type": "string",
        "geometry": {
            "clampToGround": true,
            "color": "string"
        },
        "properties": {
            "coordinates": {},
            "type": "string"
        }
    },
    "name": "string"
}
Built with