Projects search

SecuritybearerToken
Request
query Parameters
page
integer <int32>
size
integer <int32>
Request Body schema: application/json
required

Projects search endpoint

ein
string
upn
string
name
string
country
string
status
string (ProjectStatus)
Enum: "IMPORTED" "INACTIVE" "PENDING_IMPORT" "REJECTED"
program
string (CarbonProgramCode)
Enum: "CAR" "VCS" "ACR" "CERCARBONO"
registryAssignedId
string
registryAccountHolderName
string
object (Resource location)
maxDistance
number <double>
certification
string
Responses
200

Projects search successfully executed

400

Bad request

401

Not authorized error

500

Internal server error

post/projects/action/search
Request samples
application/json
{
  • "ein": "string",
  • "upn": "string",
  • "name": "string",
  • "country": "string",
  • "status": "IMPORTED",
  • "program": "CAR",
  • "registryAssignedId": "string",
  • "registryAccountHolderName": "string",
  • "location": {
    },
  • "maxDistance": 0.1,
  • "certification": "string"
}
Response samples
application/json
{
  • "page": 0,
  • "size": 0,
  • "totalPages": 0,
  • "totalElements": 0,
  • "content": [
    ]
}