Search forward deals

SecuritybearerToken
Request
path Parameters
AccountIdentifier
required
string

Account identifier

Example: 098B0A25
query Parameters
page
integer <int32>
size
integer <int32>
include
string

Comma-separated values from optional response fields

Request Body schema: application/json
programs
Array of strings (ProgramCode)
Items Enum: "NEPOOL" "M_RETS" "NAR" "ERCOT" "PJM" "MIRECS" "NCRETS" "NYGATS" "IREC" "TIGR" "CAR" "VCS" "ACR" "CERCARBONO" "RMS"
lastUpdatedDateFrom
string <date-time>
lastUpdatedDateTo
string <date-time>
counterpartyName
string
dealName
string
Responses
200

List of forward deals

400

Bad request

401

Not authorized error

500

Internal server error

post/forward-deals/account/{AccountIdentifier}/action/search
Request samples
application/json
{
  • "programs": [
    ],
  • "lastUpdatedDateFrom": "2019-08-24T14:15:22Z",
  • "lastUpdatedDateTo": "2019-08-24T14:15:22Z",
  • "counterpartyName": "string",
  • "dealName": "string"
}
Response samples
application/json
{
  • "page": 0,
  • "size": 0,
  • "totalPages": 0,
  • "totalElements": 0,
  • "content": [
    ]
}