Generators search

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

Generators search endpoint

upn
string
name
string
program
string (RECProgramCode)
Enum: "NEPOOL" "M_RETS" "NAR" "ERCOT" "PJM" "MIRECS" "NCRETS" "NYGATS" "IREC" "TIGR"
registryAssignedId
string
Deprecated
registryAssignedIds
Array of strings
hostCountry
string
fuelType
string
state
string
Responses
200

Generators search successfully executed

400

Bad request

401

Not authorized error

500

Internal server error

post/generators/action/search
Request samples
application/json
{
  • "upn": "string",
  • "name": "string",
  • "program": "NEPOOL",
  • "registryAssignedId": "string",
  • "registryAssignedIds": [
    ],
  • "hostCountry": "string",
  • "fuelType": "string",
  • "state": "string"
}
Response samples
application/json
{
  • "page": 0,
  • "size": 0,
  • "totalPages": 0,
  • "totalElements": 0,
  • "content": [
    ]
}