getProject
API Version: 1.102.0
GET/projects/{projectId}
Get Project.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
projectId
string
Project ID
Response
{
  "projectId": 0,
  "customerId": 0,
  "name": "string",
  "description": "string",
  "country": "string",
  "status": "CREATED",
  "area": 0,
  "polygonCount": 0,
  "createdAt": "string",
  "updatedAt": "string",
  "owner": "string",
  "creator": "string",
  "metrics": [
    "string"
  ]
}{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}Last updated