Projects

APIDescription
GET api/projects

Get all the Easy Access Projects for the signed in user

GET api/vpsprojects?productItemId={productItemId}

Get VPS Projects for the signed in user

GET api/projects/{projectId}

Get information about a specific project

GET api/projects/{projectId}/timeline?startDate={startDate}&endDate={endDate}

Get the timeline info about a specific project

GET api/projects/{projectId}/tasks

Get the tasks of a specific project.

GET api/projects/{projectId}/users

Get the users of a specific project.

GET api/projects/{projectId}/featuretypes/{featureTypeId}/features/{featureId}

Get the properties of a specific feature

GET api/projects/{projectId}/features?x={x}&y={y}&ft[0]={ft[0]}&ft[1]={ft[1]}&taskTypeId={taskTypeId}

Get one or more feature properties according to a coordinate

GET api/projects/{projectId}/featuretypes/{featureTypeId}/features/{featureId}/attributetypes/{attributeTypeId}/blob/{blobName}

No documentation available.

User

An API to get User data

APIDescription
GET api/user

Get information about the current user

GET api/users/{userID}

Get information about a specific user

GET api/user/project/{projectId}/access

Check if the current user has access to a specific project