Obtain Duplicated Wayline Name

2024-09-09
No Rating

Get Duplicated Waypoints Name

GET /wayline/api/v1/workspaces/:workspace_id/waylines/duplicate-names

Parameters

NameInTypeRequiredDescription
workspace_idpathstringtrueworkspace id
namequeryarray[string]truewaypoints file name collection
x-auth-tokenheaderstringtrueaccess token

Responses

StatusMeaningDescriptionSchema
200OKopen in new windowOKwayline.GetDuplicateNamesOutput

Example

{
    "code": 0,
    "message": "string",
    "data": ["name1", "name2"]
}

Schemas

wayline.GetDuplicateNamesOutput

{
  "code": 0,
  "data": [
    "string"
  ],
  "message": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
codeintegerfalsenoneerror code
dataarray[string]falsenoneduplicate file name collection
messagestringfalsenonedescription
If you have any comments or confusion about our documentation, you can click here to give feedback and we will get back to you as soon as possible.