Get location plans.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/projects/{projectId}/locationPlans

This operation retrieves the location plans for a specific project.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Location plans were successfully retrieved.
Body ()
Root Schema : LocationPlans
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : LocationPlan
Type: object
Show Source
  • Description of the location plan
    Example: My location plan description
  • Read Only: true
    The unique id of the object
    Example: 53
  • First point of the picture, to pin the image to the mapP1
    Example: 39.215302, 26.308674
  • Second point of the picture, to pin the image to the mapP2
    Example: 39.215302, 26.308674
  • links
  • First geoPoint (latitude, longitude) in the map, to place the image of the location plan
    Example: 39.215302, 26.308674
  • Second geoPoint (latitude, longitude) in the map, to place the image of the location plan
    Example: 39.215302, 26.308674
  • Minimum Length: 0
    Maximum Length: 255
    Name of the location plan. Max length is 255 characters
    Example: My location plan name
Back to Top