Project
Retrieves metadata for this project.
GET /v1/project
curl https://api.novant.io/v1/project \
-u ak_sample_123: \
--compressedParameters
None
Returns
Returns the project metadata.
{
"proj_id": 1,
"proj_name": "Lumon Industries",
"area": 145000,
"city": "Denver, CO, US",
"tz": "Denver",
"usage": 1047,
"capacity": 5000,
"max_trend_years": 3
}capacity is the number of points this project is
licensed for, and usage is how many of those are currently
in use.
max_trend_years is how many years of trend data this
project retains, determined by the organization’s plan.