Projects
Environmental projects generating verified carbon or ecological credits.
Search projects by filters
Body
categoryIdsstring[]Optional
Filter by category IDs
policyIdsstring[]Optional
Filter by policy IDs
Responses
202
Successful operation.
application/json
idstringRequired
policyIdstringRequired
policyNamestringRequired
registeredstringRequired
titlestringRequired
companyNamestringRequired
sectoralScopestringRequired
500
Internal server error.
application/json
post/projects/search
POST /api/v1/projects/search HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 42
{
"policyIds": [
"69aeb71ef8c5b278e3bab4e5"
]
}[
{
"id": "69aeb71ef8c5b278e3bab4e5",
"policyId": "69aeb71ef8c5b278e3bab4e5",
"policyName": "string",
"registered": "string",
"title": "string",
"companyName": "string",
"sectoralScope": "string"
}
]Compare documents.
Body
idLvlone ofOptionalExample:
0string · enumOptionalPossible values:
number · enumOptionalPossible values:
eventsLvlone ofOptionalExample:
0string · enumOptionalPossible values:
number · enumOptionalPossible values:
propLvlone ofOptionalExample:
0string · enumOptionalPossible values:
number · enumOptionalPossible values:
childrenLvlone ofOptionalExample:
0string · enumOptionalPossible values:
number · enumOptionalPossible values:
documentId1stringOptionalExample:
69aeb71ef8c5b278e3bab4e5documentId2stringOptionalExample:
69b8115f3dc0fa022156fb89documentIdsstring[]OptionalExample:
["69aeb71ef8c5b278e3bab4e5","69b8115f3dc0fa022156fb89"]Responses
200
Successful operation.
application/json
422
Unprocessable entity.
application/json
500
Internal server error.
application/json
post/projects/compare/documents
POST /api/v1/projects/compare/documents HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"documentId1": "69aeb71ef8c5b278e3bab4e5",
"documentId2": "69aeb71ef8c5b278e3bab4e5"
}{
"projects": {
"documents": {},
"left": {},
"right": {},
"total": {}
},
"presentations": {
"documents": {},
"left": {},
"right": {},
"total": {}
}
}Get all properties
Responses
202
Successful operation.
application/json
idstringRequired
titlestringRequired
valuestringRequired
500
Internal server error.
application/json
get/projects/properties
GET /api/v1/projects/properties HTTP/1.1
Accept: */*
[
{
"id": "69aeb71ef8c5b278e3bab4e5",
"title": "string",
"value": "string"
}
]Last updated
Was this helpful?