REST APIAPI ReferenceElementsLineOn this pageLine Reference for the Line JSON element. See also: Line Example { "name": "entry-line", "vertices": [{ "x": 0, "y": 0 }, { "x": 200, "y": 0 }]} Fields FieldTypeDescriptionidnumberLine identifier when returned by the server.namestringLine name.verticesVertex[]Vertices that define the line.