{
"openapi": "3.0.1",
"info": {
"title": "ERCOT Public API Client/Developer Documentation",
"description": "Client/Developer RESTFul web services documentation for ERCOT Market Information List (EMIL) products.",
"version": "1.0"
},
"servers": [
{
"url": "https://api.ercot.com/api/public-reports"
}
],
"paths": {
"/{emilId}": {
"get": {
"tags": [
"EMIL Products"
],
"summary": "Available report artifacts for a specified EMIL product.",
"description": "Available report artifacts for a specified EMIL product.",
"operationId": "getProduct",
"parameters": [
{
"name": "emilId",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Product"
},
"example": {
"emilId": "string",
"name": "string",
"description": "string",
"status": "string",
"reportTypeId": 0,
"audience": "string",
"generationFrequency": "string",
"securityClassification": "string",
"lastUpdated": "string",
"firstRun": "string",
"eceii": "string",
"channel": "string",
"userGuide": "string",
"postingType": "string",
"market": "string",
"extractSubscriber": "string",
"xsdName": "string",
"misPostingLocation": "string",
"certificateRole": "string",
"fileType": "string",
"ddlName": "string",
"misDisplayDuration": 0,
"archiveDuration": 0,
"notificationType": "string",
"protocolRules": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
],
"artifacts": [
{
"reportTypeId": 0,
"displayName": "string",
"endpoint": "string",
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/version": {
"get": {
"tags": [
"Versioning"
],
"summary": "Retrieve the current version for ERCOT Public API system.",
"description": "Retrieve the current version for ERCOT Public API system.",
"operationId": "getVersion",
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Version"
},
"example": {
"info": {
"title": "string",
"description": "string",
"version": "string",
"build": "string"
},
"openapi": "string"
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np6-970-cd/rtd_lmp_node_zone_hub": {
"get": {
"tags": [
"NP6-970-CD"
],
"summary": "RTD Indicative LMPs by Resource Nodes, Load Zones and Hubs",
"description": "RTD Indicative LMPs by Resource Nodes, Load Zones and Hubs",
"operationId": "getData",
"parameters": [
{
"name": "RTDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "RTDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "intervalIdFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "intervalIdTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "intervalEndingFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalEndingTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalRepeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "settlementPoint",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "LMPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np6-905-cd/spp_node_zone_hub": {
"get": {
"tags": [
"NP6-905-CD"
],
"summary": "Settlement Point Prices at Resource Nodes, Hubs and Load Zones",
"description": "Settlement Point Prices at Resource Nodes, Hubs and Load Zones",
"operationId": "getData_1",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryHourFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryHourTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryIntervalFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryIntervalTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "settlementPoint",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "settlementPointPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np6-86-cd/shdw_prices_bnd_trns_const": {
"get": {
"tags": [
"NP6-86-CD"
],
"summary": "SCED Shadow Prices and Binding Transmission Constraints",
"description": "SCED Shadow Prices and Binding Transmission Constraints",
"operationId": "getData_2",
"parameters": [
{
"name": "fromStation",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "toStation",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "fromStationkVFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "fromStationkVTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "toStationkVFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "toStationkVTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "CCTStatus",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatedHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "constraintIDFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintIDTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "contingencyName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "shadowPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "shadowPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "maxShadowPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "maxShadowPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "limitFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "limitTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "valueFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "valueTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "violatedMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "violatedMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np6-788-cd/lmp_node_zone_hub": {
"get": {
"tags": [
"NP6-788-CD"
],
"summary": "LMPs by Resource Nodes, Load Zones and Trading Hubs",
"description": "LMPs by Resource Nodes, Load Zones and Trading Hubs",
"operationId": "getData_3",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "settlementPoint",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "LMPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np6-787-cd/lmp_electrical_bus": {
"get": {
"tags": [
"NP6-787-CD"
],
"summary": "LMP by Electrical Bus",
"description": "LMP by Electrical Bus",
"operationId": "getData_4",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "electricalBus",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "LMPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np6-346-cd/act_sys_load_by_fzn": {
"get": {
"tags": [
"NP6-346-CD"
],
"summary": "Actual System Load by Forecast Zone",
"description": "Actual System Load by Forecast Zone",
"operationId": "getData_5",
"parameters": [
{
"name": "operatingDayFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "operatingDayTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "northFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "westFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "westTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "houstonFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "houstonTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np6-345-cd/act_sys_load_by_wzn": {
"get": {
"tags": [
"NP6-345-CD"
],
"summary": "Actual System Load by Weather Zone",
"description": "Actual System Load by Weather Zone",
"operationId": "getData_6",
"parameters": [
{
"name": "operatingDayFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "operatingDayTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "coastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "coastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "eastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "eastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "farWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "farWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southernFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southernTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "westFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "westTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np6-322-cd/sced_system_lambda": {
"get": {
"tags": [
"NP6-322-CD"
],
"summary": "SCED System Lambda",
"description": "SCED System Lambda",
"operationId": "getData_7",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "systemLambdaFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "systemLambdaTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-746-cd/spp_actual_5min_avg_values_geo": {
"get": {
"tags": [
"NP4-746-CD"
],
"summary": "Solar Power Production - Actual 5-Minute Averaged Values by Geographical Region",
"description": "Solar Power Production - Actual 5-Minute Averaged Values by Geographical Region",
"operationId": "getData_8",
"parameters": [
{
"name": "intervalEndingFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalEndingTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "genSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genCenterWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genCenterWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genNorthWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genNorthWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genFarWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genFarWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genFarEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genFarEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genSouthEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genSouthEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genCenterEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genCenterEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-745-cd/spp_hrly_actual_fcast_geo": {
"get": {
"tags": [
"NP4-745-CD"
],
"summary": "Solar Power Production - Hourly Averaged Actual and Forecasted Values by Geographical Region",
"description": "Solar Power Production - Hourly Averaged Actual and Forecasted Values by Geographical Region",
"operationId": "getData_9",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "genSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genCenterWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genCenterWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLCenterWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLCenterWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFCenterWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFCenterWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPCenterWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPCenterWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genNorthWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genNorthWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLNorthWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLNorthWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFNorthWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFNorthWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPNorthWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPNorthWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genFarWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genFarWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLFarWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLFarWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFFarWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFFarWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPFarWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPFarWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genFarEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genFarEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLFarEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLFarEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFFarEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFFarEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPFarEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPFarEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genSouthEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genSouthEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSouthEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSouthEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFSouthEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFSouthEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPSouthEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPSouthEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genCenterEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "genCenterEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLCenterEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLCenterEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFCenterEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFCenterEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPCenterEastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPCenterEastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-743-cd/wpp_actual_5min_avg_values_geo": {
"get": {
"tags": [
"NP4-743-CD"
],
"summary": "Wind Power Production - Actual 5-Minute Averaged Values by Geographical Region",
"description": "Wind Power Production - Actual 5-Minute Averaged Values by Geographical Region",
"operationId": "getData_10",
"parameters": [
{
"name": "intervalEndingFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalEndingTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "systemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "systemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "panhandleFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "panhandleTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "coastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "coastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "westFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "westTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-742-cd/wpp_hrly_actual_fcast_geo": {
"get": {
"tags": [
"NP4-742-CD"
],
"summary": "Wind Power Production - Hourly Averaged Actual and Forecasted Values by Geographical Region",
"description": "Wind Power Production - Hourly Averaged Actual and Forecasted Values by Geographical Region",
"operationId": "getData_11",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "actualSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualPanhandleFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualPanhandleTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLPanhandleFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLPanhandleTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFPanhandleFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFPanhandleTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPPanhandleFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPPanhandleTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualCoastalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualCoastalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLCoastalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLCoastalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFCoastalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFCoastalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPCoastalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPCoastalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualSouthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualSouthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSouthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSouthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFSouthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFSouthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPSouthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPSouthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-738-cd/spp_actual_5min_avg_values": {
"get": {
"tags": [
"NP4-738-CD"
],
"summary": "Solar Power Production - Actual 5-Minute Averaged Values",
"description": "Solar Power Production - Actual 5-Minute Averaged Values",
"operationId": "getData_12",
"parameters": [
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalEndingFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalEndingTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "systemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "systemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-737-cd/spp_hrly_avrg_actl_fcast": {
"get": {
"tags": [
"NP4-737-CD"
],
"summary": "Solar Power Production - Hourly Averaged Actual and Forecasted Values",
"description": "Solar Power Production - Hourly Averaged Actual and Forecasted Values",
"operationId": "getData_13",
"parameters": [
{
"name": "STPPFSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STPPFSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PVGRPPSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "actualSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-733-cd/wpp_actual_5min_avg_values": {
"get": {
"tags": [
"NP4-733-CD"
],
"summary": "Wind Power Production - Actual 5-Minute Averaged Values",
"description": "Wind Power Production - Actual 5-Minute Averaged Values",
"operationId": "getData_14",
"parameters": [
{
"name": "intervalEndingFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalEndingTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "systemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "systemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LZSouthHoustonFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LZSouthHoustonTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LZWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LZWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LZNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LZNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-732-cd/wpp_hrly_avrg_actl_fcast": {
"get": {
"tags": [
"NP4-732-CD"
],
"summary": "Wind Power Production - Hourly Averaged Actual and Forecasted Values",
"description": "Wind Power Production - Hourly Averaged Actual and Forecasted Values",
"operationId": "getData_15",
"parameters": [
{
"name": "WGRPPLoadZoneNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPLoadZoneNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "actualSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPSystemWideFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPSystemWideTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualLoadZoneSouthHoustonFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualLoadZoneSouthHoustonTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLLoadZoneSouthHoustonFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLLoadZoneSouthHoustonTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFLoadZoneSouthHoustonFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFLoadZoneSouthHoustonTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPLoadZoneSouthHoustonFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPLoadZoneSouthHoustonTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualLoadZoneWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualLoadZoneWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLLoadZoneWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLLoadZoneWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFLoadZoneWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFLoadZoneWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPLoadZoneWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "WGRPPLoadZoneWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualLoadZoneNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "actualLoadZoneNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLLoadZoneNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "COPHSLLoadZoneNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFLoadZoneNorthFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "STWPFLoadZoneNorthTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-523-cd/dam_system_lambda": {
"get": {
"tags": [
"NP4-523-CD"
],
"summary": "DAM System Lambda",
"description": "DAM System Lambda",
"operationId": "getData_16",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "systemLambdaFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "systemLambdaTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-33-cd/dam_as_plan": {
"get": {
"tags": [
"NP4-33-CD"
],
"summary": "DAM Ancillary Service Plan",
"description": "DAM Ancillary Service Plan",
"operationId": "getData_17",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "ancillaryType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "quantityFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-197-m/rtm_price_corrections_spp": {
"get": {
"tags": [
"NP4-197-M"
],
"summary": "RTM Price Corrections for SPP",
"description": "RTM Price Corrections for SPP",
"operationId": "getData_18",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryHourFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryHourTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryIntervalFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryIntervalTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "settlementPointName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "SPPOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SPPOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SPPCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SPPCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-197-m/rtm_price_corrections_splmp": {
"get": {
"tags": [
"NP4-197-M"
],
"summary": "RTM Price Corrections SP LMP",
"description": "RTM Price Corrections SP LMP",
"operationId": "getData_19",
"parameters": [
{
"name": "settlementPointName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "LMPOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-197-m/rtm_price_corrections_sogprice": {
"get": {
"tags": [
"NP4-197-M"
],
"summary": "RTM Price Corrections for SOG Price",
"description": "RTM Price Corrections for SOG Price",
"operationId": "getData_20",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryHourFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryHourTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryIntervalFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryIntervalTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "resourceType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "meterName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "priceOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-197-m/rtm_price_corrections_soglmp": {
"get": {
"tags": [
"NP4-197-M"
],
"summary": "RTM Price Corrections for SOG LMP",
"description": "RTM Price Corrections for SOG LMP",
"operationId": "getData_21",
"parameters": [
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "resourceType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "meterName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "meterLMPOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "meterLMPOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "meterLMPCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "meterLMPCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RTORPAOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RTORPAOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RTORPACorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RTORPACorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RTORDPAOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RTORDPAOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RTORDPACorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RTORDPACorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "finalLMPOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "finalLMPOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "finalLMPCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "finalLMPCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-197-m/rtm_price_corrections_shadow": {
"get": {
"tags": [
"NP4-197-M"
],
"summary": "RTM Price Corrections for Shadow Prices",
"description": "RTM Price Corrections for Shadow Prices",
"operationId": "getData_22",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "constraintIdFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintIdTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "contingencyName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "shadowPriceOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "shadowPriceOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "shadowPriceCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "shadowPriceCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "limitOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "limitOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "limitCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "limitCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "valueOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "valueOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "valueCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "valueCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-197-m/rtm_price_corrections_eblmp": {
"get": {
"tags": [
"NP4-197-M"
],
"summary": "RTM Price Corrections for EB LMP",
"description": "RTM Price Corrections for EB LMP",
"operationId": "getData_23",
"parameters": [
{
"name": "LMPCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "electricalBus",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "LMPOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-196-m/dam_price_corrections_spp": {
"get": {
"tags": [
"NP4-196-M"
],
"summary": "DAM Price Corrections for SPP",
"description": "DAM Price Corrections for SPP",
"operationId": "getData_24",
"parameters": [
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryHourFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryHourTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "settlementPoint",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "SPPOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SPPOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SPPCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SPPCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-196-m/dam_price_corrections_mcpc": {
"get": {
"tags": [
"NP4-196-M"
],
"summary": "DAM Price Corrections for MCPC",
"description": "DAM Price Corrections for MCPC",
"operationId": "getData_25",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryHourFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryHourTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "ASType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "MCPCOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MCPCOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MCPCCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MCPCCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-196-m/dam_price_corrections_eblmp": {
"get": {
"tags": [
"NP4-196-M"
],
"summary": "DAM Price Corrections for EBLMP",
"description": "DAM Price Corrections for EBLMP",
"operationId": "getData_26",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryHourFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryHourTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "electricalBus",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "LMPOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPCorrectedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPCorrectedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceCorrectionTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "priceCorrectionTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-191-cd/dam_shadow_prices": {
"get": {
"tags": [
"NP4-191-CD"
],
"summary": "DAM Shadow Prices",
"description": "DAM Shadow Prices",
"operationId": "getData_27",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "constraintIdFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintIdTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "contingencyName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "constraintLimitFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintLimitTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintValueFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "constraintValueTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "violationAmountFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "violationAmountTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "shadowPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "shadowPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "fromStation",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "toStation",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "fromStationkVFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "fromStationkVTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "toStationkVFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "toStationkVTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "deliveryTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "deliveryTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-190-cd/dam_stlmnt_pnt_prices": {
"get": {
"tags": [
"NP4-190-CD"
],
"summary": "DAM Settlement Point Prices",
"description": "DAM Settlement Point Prices",
"operationId": "getData_28",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPoint",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "settlementPointPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-188-cd/dam_clear_price_for_cap": {
"get": {
"tags": [
"NP4-188-CD"
],
"summary": "DAM Clearing Prices for Capacity",
"description": "DAM Clearing Prices for Capacity",
"operationId": "getData_29",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "ancillaryType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "MCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-183-cd/dam_hourly_lmp": {
"get": {
"tags": [
"NP4-183-CD"
],
"summary": "DAM Hourly LMPs",
"description": "DAM Hourly LMPs",
"operationId": "getData_30",
"parameters": [
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "busName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "LMPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LMPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-179-cd/total_as_service_offers": {
"get": {
"tags": [
"NP4-179-CD"
],
"summary": "Total Ancillary Service Offers",
"description": "Total Ancillary Service Offers",
"operationId": "getData_31",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ECRSSDFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ECRSSDTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ECRSMDFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ECRSMDTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np4-159-cd/load_distribution_factors": {
"get": {
"tags": [
"NP4-159-CD"
],
"summary": "Load Distribution Factors",
"description": "Load Distribution Factors",
"operationId": "getData_32",
"parameters": [
{
"name": "LDFDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "LDFDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "LDFHour",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "substation",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "distributionFactorFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "distributionFactorTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "loadId",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "MVARDistributionFactorFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MVARDistributionFactorTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "MRIDLoad",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-991-ex/60_cop_all_updates": {
"get": {
"tags": [
"NP3-991-EX"
],
"summary": "60-Day COP All Updates",
"description": "60-Day COP All Updates",
"operationId": "getData_33",
"parameters": [
{
"name": "cancelFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "updateTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "updateTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "submitTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "submitTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "status",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "highSustainedLimitFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "highSustainedLimitTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "lowSustainedLimitFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "lowSustainedLimitTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "highEmergencyLimitFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "highEmergencyLimitTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "lowEmergencyLimitFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "lowEmergencyLimitTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-990-ex/60_sasm_load_res_as_offers": {
"get": {
"tags": [
"NP3-990-EX"
],
"summary": "60 Day SASM Load Resource AS Offers",
"description": "60 Day SASM Load Resource AS Offers",
"operationId": "getData_34",
"parameters": [
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "multiHourBlockFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "blockIndicator1",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price1RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGDOWNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGDOWNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OfflineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OfflineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW1From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW1To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator2",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price2RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGDOWNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGDOWNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OfflineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OfflineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW2From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW2To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator3",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price3RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGDOWNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGDOWNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OfflineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OfflineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW3From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW3To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator4",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price4RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGDOWNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGDOWNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OfflineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OfflineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW4From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW4To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator5",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price5RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGUP",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price5REGDOWN",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price5OfflineNONSPIN",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "quantityMW5From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW5To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "SASMIdFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SASMIdTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dmeName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-990-ex/60_sasm_load_res_as_offer_awards": {
"get": {
"tags": [
"NP3-990-EX"
],
"summary": "60 Day SASM Load Resource AS Offer Awards",
"description": "60 Day SASM Load Resource AS Offer Awards",
"operationId": "getData_35",
"parameters": [
{
"name": "SASMIdFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SASMIdTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "REGUPAawardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPAawardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-990-ex/60_sasm_gen_res_as_offers": {
"get": {
"tags": [
"NP3-990-EX"
],
"summary": "60 Day SASM Generation Resource AS Offers",
"description": "60 Day SASM Generation Resource AS Offers",
"operationId": "getData_36",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "SASMIdFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SASMIdTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dmeName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "multiHourBlockFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "blockIndicator1",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price1RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGDOWNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGDOWNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OfflineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OfflineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW1From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW1To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator2",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price2RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGDOWNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGDOWNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OfflineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OfflineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW2From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW2To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator3",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price3RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGDOWNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGDOWNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OfflineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OfflineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW3From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW3To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator4",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price4RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGDOWNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGDOWNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OfflineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OfflineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW4From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW4To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator5",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "price5RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OnlineNONSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OnlineNONSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGUP",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price5REGDOWN",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price5OfflineNONSPIN",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "quantityMW5From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW5To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-990-ex/60_sasm_gen_res_as_offer_awards": {
"get": {
"tags": [
"NP3-990-EX"
],
"summary": "60 Day SASM Generation Resource AS Offer Awards",
"description": "60 Day SASM Generation Resource AS Offer Awards",
"operationId": "getData_37",
"parameters": [
{
"name": "SASMIdFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SASMIdTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "REGUPAawardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPAawardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_qse_self_as": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM QSE Self Arranged AS",
"description": "60 Day DAM QSE Self Arranged AS",
"operationId": "getData_38",
"parameters": [
{
"name": "totalSelfArrangedASRRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASRRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "totalSelfArrangedASREGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASREGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASREGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASREGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASNSPNMFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASNSPNMTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASRRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASRRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASRRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASRRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_ptp_obl_opt_awards": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM PTP Obligation Option Awards",
"description": "60 Day DAM PTP Obligation Option Awards",
"operationId": "getData_39",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointSource",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointSink",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "MWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "offerId",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "CRRId",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_ptp_obl_opt": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM PTP Obligation Option",
"description": "60 Day DAM PTP Obligation Option",
"operationId": "getData_40",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointSource",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointSink",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "MWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "priceFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "priceTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "offerId",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "multiHourBlock",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "CRRIdFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "CRRIdTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_ptp_obl_bids": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM PTP Obligation Bids",
"description": "60 Day DAM PTP Obligation Bids",
"operationId": "getData_41",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointSource",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointSink",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "PTPBidMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PTPBidMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PTPBidPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PTPBidPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "bidId",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "multiHourBlock",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_ptp_obl_bid_awards": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM PTP Obligation Bid Awards",
"description": "60 Day DAM PTP Obligation Bid Awards",
"operationId": "getData_42",
"parameters": [
{
"name": "settlementPointSource",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "settlementPointSink",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "PTPBidAwardMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PTPBidAwardMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PTPBidPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "PTPBidPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "bidId",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_load_res_data": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM Load Resource Data",
"description": "60 Day DAM Load Resource Data",
"operationId": "getData_43",
"parameters": [
{
"name": "REGUPMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "loadResourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "maxPowerConsumptionFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "maxPowerConsumptionTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "lowPowerConsumptionFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "lowPowerConsumptionTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_load_res_as_offers": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM Load Resources AS Offers",
"description": "60 Day DAM Load Resources AS Offers",
"operationId": "getData_44",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dmeName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "loadResourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "multiHourBlock",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "blockIndicator1",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price1RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW1From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW1To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator2",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price2RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW2From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW2To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator3",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price3RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW3From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW3To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator4",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price4RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW4From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW4To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator5",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price5RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW5From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW5To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "NCLRFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_gen_res_data": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM Generation Resource Data",
"description": "60 Day DAM Generation Resource Data",
"operationId": "getData_45",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dmeName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "qseSubmittedCurveMW1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurveMW10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "qseSubmittedCurvePrice10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpHotFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpHotTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpInterFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpInterTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpColdFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpColdTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "minGenCostFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "minGenCostTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HSLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HSLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LSLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LSLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "resourceStatus",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "awardedQuantityFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "awardedQuantityTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "settlementPointName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "energySettlementPointPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energySettlementPointPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINAwardedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINAwardedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINMCPCFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINMCPCTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_gen_res_as_offers": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM Generation Resources AS Offers",
"description": "60 Day DAM Generation Resources AS Offers",
"operationId": "getData_46",
"parameters": [
{
"name": "price2RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW2From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW2To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator3",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price3RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price3OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW3From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW3To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator4",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price4RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price4OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW4From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW4To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator5",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price5RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price5OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW5From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW5To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dmeName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "multiHourBlock",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "blockIndicator1",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price1RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OnlineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OnlineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OfflineNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price1OfflineNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "quantityMW1From",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "quantityMW1To",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "blockIndicator2",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "price2RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "price2RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_energy_only_offers": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM Energy Only Offers",
"description": "60 Day DAM Energy Only Offers",
"operationId": "getData_47",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "settlementPointName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "energyOnlyOfferMW1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferMW10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferPrice10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "offerIdFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "offerIdTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "multiHourBlock",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "blockCurve",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_energy_only_offer_awards": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM Energy Offer Only Awards",
"description": "60 Day DAM Energy Offer Only Awards",
"operationId": "getData_48",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "settlementPointName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "energyOnlyOfferAwardInMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyOfferAwardInMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "settlementPointPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "settlementPointPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "offerId",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_energy_bids": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM Energy Bids",
"description": "60 Day DAM Energy Bids",
"operationId": "getData_49",
"parameters": [
{
"name": "energyOnlyBidMw1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidMw10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidPrice10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "bidIdFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "bidIdTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "multiHourBlock",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "blockCurve",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "settlementPointName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-966-er/60_dam_energy_bid_awards": {
"get": {
"tags": [
"NP3-966-ER"
],
"summary": "60 Day DAM Energy Bid Awards",
"description": "60 Day DAM Energy Bid Awards",
"operationId": "getData_50",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - mm:ss.",
"schema": {
"type": "string",
"format": "mm:ss"
}
},
{
"name": "settlementPointName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "energyOnlyBidAwardInMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "energyOnlyBidAwardInMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "settlementPointPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "settlementPointPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "bidId",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-965-er/60_sced_smne_gen_res": {
"get": {
"tags": [
"NP3-965-ER"
],
"summary": "60 Day SCED Settlement Metered Net Energy for Generation Resources",
"description": "60 Day SCED Settlement Metered Net Energy for Generation Resources",
"operationId": "getData_51",
"parameters": [
{
"name": "intervalValueFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "intervalValueTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "intervalTimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalTimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "intervalNumberFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "intervalNumberTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "resourceCode",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-965-er/60_sced_qse_self_arranged_as": {
"get": {
"tags": [
"NP3-965-ER"
],
"summary": "60 Day QSE-specific Self-Arranged AS in SCED",
"description": "60 Day QSE-specific Self-Arranged AS in SCED",
"operationId": "getData_52",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "REGUP",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "REGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPNMFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "NSPNMTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-965-er/60_sced_gen_res_data": {
"get": {
"tags": [
"NP3-965-ER"
],
"summary": "60 Day SCED Gen Resource Data",
"description": "60 Day SCED Gen Resource Data",
"operationId": "getData_53",
"parameters": [
{
"name": "SCED2CurveMW9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW11From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW11To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice11From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice11To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW12From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW12To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice12From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice12To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW13From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW13To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice13From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice13To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW14From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW14To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice14From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice14To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW15From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW15To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice15From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice15To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW16From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW16To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice16From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice16To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW17From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW17To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice17From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice17To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW18From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW18To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice18From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice18To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW19From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW19To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice19From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice19To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW20From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW20To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice20From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice20To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW21From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW21To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice21From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice21To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW22From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW22To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice22From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice22To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW23From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW23To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice23From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice23To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW24From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW24To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice24From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice24To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW25From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW25To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice25From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice25To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW26From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW26To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice26From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice26To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW27From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW27To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice27From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice27To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW28From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW28To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice28From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice28To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW29From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW29To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice29From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice29To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW30From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW30To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice30From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice30To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW31From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW31To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice31From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice31To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW32From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW32To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice32From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice32To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW33From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW33To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice33From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice33To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW34From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW34To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice34From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice34To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW35From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW35To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice35From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice35To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "outputScheduleFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "outputScheduleTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HSLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HSLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HASLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HASLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LSLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LSLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LASLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LASLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "telemeteredResourceStatus",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "basePointFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "basePointTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "telemeteredNetOutputFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "telemeteredNetOutputTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASREGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASREGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASREGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASREGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRRSFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRRSTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASNSRSFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASNSRSTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "bidType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "startUpColdOfferFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpColdOfferTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpHotOfferFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpHotOfferTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpInterOfferFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "startUpInterOfferTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "minGenCostFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "minGenCostTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOMW10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "submittedTPOPrice10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "proxyExtension",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dmeName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceType",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "SCED1CurveMW1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW11From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW11To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice11From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice11To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW12From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW12To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice12From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice12To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW13From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW13To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice13From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice13To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW14From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW14To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice14From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice14To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW15From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW15To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice15From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice15To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW16From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW16To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice16From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice16To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW17From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW17To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice17From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice17To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW18From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW18To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice18From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice18To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW19From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW19To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice19From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice19To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW20From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW20To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice20From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice20To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW21From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW21To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice21From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice21To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW22From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW22To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice22From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice22To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW23From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW23To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice23From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice23To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW24From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW24To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice24From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice24To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW25From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW25To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice25From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice25To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW26From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW26To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice26From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice26To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW27From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW27To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice27From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice27To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW28From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW28To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice28From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice28To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW29From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW29To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice29From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice29To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW30From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW30To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice30From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice30To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW31From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW31To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice31From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice31To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW32From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW32To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice32From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice32To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW33From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW33To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice33From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice33To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW34From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW34To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice34From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice34To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW35From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurveMW35To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice35From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED1CurvePrice35To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurveMW8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCED2CurvePrice8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-965-er/60_sced_dsr_load_data": {
"get": {
"tags": [
"NP3-965-ER"
],
"summary": "60 Day SCED DSR Load Data",
"description": "60 Day SCED DSR Load Data",
"operationId": "getData_54",
"parameters": [
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "totalTelemeteredDSRLoadsFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalTelemeteredDSRLoadsTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-965-er/60_load_res_data_in_sced": {
"get": {
"tags": [
"NP3-965-ER"
],
"summary": "60 Day Load Resource Data in SCED",
"description": "60 Day Load Resource Data in SCED",
"operationId": "getData_55",
"parameters": [
{
"name": "ASRespForNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForREGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForREGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForREGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForREGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice1From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice1To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice2From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice2To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice3From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice3To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice4From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice4To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice5From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice5To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice6From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice6To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice7From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice7To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice8From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice8To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice9From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice9To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurveMW10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice10From",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDBidCurvePrice10To",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HASLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HASLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LASLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LASLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "basePointFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "basePointTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "qseName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dmeName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "telResStatus",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "maxPowerConsumptionFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "maxPowerConsumptionTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "lowPowerConsumptionFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "lowPowerConsumptionTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "realPowerConsumptionFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "realPowerConsumptionTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForRRSFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForRRSTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForRRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ASRespForRRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-965-er/60_hdl_ldl_man_override": {
"get": {
"tags": [
"NP3-965-ER"
],
"summary": "60 Day HDL and LDL Manual Override Summary",
"description": "60 Day HDL and LDL Manual Override Summary",
"operationId": "getData_56",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "participantName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "resourceName",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "HDLOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLManualFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLManualTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLFinalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "HDLFinalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLOriginalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLOriginalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLManualFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLManualTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLFinalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "LDLFinalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "reasonCode",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_rrsufr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service RRSUFR",
"description": "2 Day Self Arranged Ancillary Service RRSUFR",
"operationId": "getData_57",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalSelfArrangedASRRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASRRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_rrspfr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service RRSPFR",
"description": "2 Day Self Arranged Ancillary Service RRSPFR",
"operationId": "getData_58",
"parameters": [
{
"name": "totalSelfArrangedASRRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASRRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_rrsffr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service RRSFFR",
"description": "2 Day Self Arranged Ancillary Service RRSFFR",
"operationId": "getData_59",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalSelfArrangedASRRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASRRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_regup": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service REGUP",
"description": "2 Day Self Arranged Ancillary Service REGUP",
"operationId": "getData_60",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalSelfArrangedASREGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASREGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_regdn": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service REGDN",
"description": "2 Day Self Arranged Ancillary Service REGDN",
"operationId": "getData_61",
"parameters": [
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalSelfArrangedASREGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASREGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_nspnm": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service NSPNM",
"description": "2 Day Self Arranged Ancillary Service NSPNM",
"operationId": "getData_62",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalSelfArrangedASNSPNMFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASNSPNMTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_nspin": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service NSPIN",
"description": "2 Day Self Arranged Ancillary Service NSPIN",
"operationId": "getData_63",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalSelfArrangedASNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_ecrss": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service ECRSS",
"description": "2 Day Self Arranged Ancillary Service ECRSS",
"operationId": "getData_64",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalSelfArrangedASECRSSFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASECRSSTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_self_arranged_as_ecrsm": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Self Arranged Ancillary Service ECRSM",
"description": "2 Day Self Arranged Ancillary Service ECRSM",
"operationId": "getData_65",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalSelfArrangedASECRSMFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalSelfArrangedASECRSMTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_cleared_dam_as_rrsufr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Cleared DAM Ancillary Service RRSUFR",
"description": "2 Day Cleared DAM Ancillary Service RRSUFR",
"operationId": "getData_66",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalClearedASRRSUFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalClearedASRRSUFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_cleared_dam_as_rrspfr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Cleared DAM Ancillary Service RRSPFR",
"description": "2 Day Cleared DAM Ancillary Service RRSPFR",
"operationId": "getData_67",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalClearedASRRSPFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalClearedASRRSPFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_cleared_dam_as_rrsffr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Cleared DAM Ancillary Service RRSFFR",
"description": "2 Day Cleared DAM Ancillary Service RRSFFR",
"operationId": "getData_68",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalClearedASRRSFFRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalClearedASRRSFFRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_cleared_dam_as_regup": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Cleared DAM Ancillary Service REGUP",
"description": "2 Day Cleared DAM Ancillary Service REGUP",
"operationId": "getData_69",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalClearedASREGUPFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalClearedASREGUPTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_cleared_dam_as_regdn": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Cleared DAM Ancillary Service REGDN",
"description": "2 Day Cleared DAM Ancillary Service REGDN",
"operationId": "getData_70",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalClearedASREGDNFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalClearedASREGDNTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_cleared_dam_as_nspin": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Cleared DAM Ancillary Service NSPIN",
"description": "2 Day Cleared DAM Ancillary Service NSPIN",
"operationId": "getData_71",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalClearedASNSPINFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalClearedASNSPINTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_cleared_dam_as_ecrss": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Cleared DAM Ancillary Service ECRSS",
"description": "2 Day Cleared DAM Ancillary Service ECRSS",
"operationId": "getData_72",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalClearedASECRSSFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalClearedASECRSSTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_cleared_dam_as_ecrsm": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Cleared DAM Ancillary Service ECRSM",
"description": "2 Day Cleared DAM Ancillary Service ECRSM",
"operationId": "getData_73",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalClearedASECRSMFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "totalClearedASECRSMTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_rrsufr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers RRSUFR",
"description": "2 Day Aggregated Ancillary Service Offers RRSUFR",
"operationId": "getData_74",
"parameters": [
{
"name": "RRSUFROfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSUFROfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_rrspfr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers RRSPFR",
"description": "2 Day Aggregated Ancillary Service Offers RRSPFR",
"operationId": "getData_75",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFROfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSPFROfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_rrsffr": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers RRSFFR",
"description": "2 Day Aggregated Ancillary Service Offers RRSFFR",
"operationId": "getData_76",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFROfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "RRSFFROfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_regup": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers REGUP",
"description": "2 Day Aggregated Ancillary Service Offers REGUP",
"operationId": "getData_77",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPOfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGUPOfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_regdn": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers REGDN",
"description": "2 Day Aggregated Ancillary Service Offers REGDN",
"operationId": "getData_78",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNOfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "REGDNOfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_onns": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers ONNS",
"description": "2 Day Aggregated Ancillary Service Offers ONNS",
"operationId": "getData_79",
"parameters": [
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ONNSOfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ONNSOfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_offns": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers OFFNS",
"description": "2 Day Aggregated Ancillary Service Offers OFFNS",
"operationId": "getData_80",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "OFFNSOfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "OFFNSOfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_ecrss": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers ECRSS",
"description": "2 Day Aggregated Ancillary Service Offers ECRSS",
"operationId": "getData_81",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ECRSSOfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ECRSSOfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-911-er/2d_agg_as_offers_ecrsm": {
"get": {
"tags": [
"NP3-911-ER"
],
"summary": "2 Day Aggregated Ancillary Service Offers ECRSM",
"description": "2 Day Aggregated Ancillary Service Offers ECRSM",
"operationId": "getData_82",
"parameters": [
{
"name": "ECRSMOfferPriceFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "ECRSMOfferPriceTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "MWOfferedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "MWOfferedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_out_sched_west": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Output Schedule West",
"description": "2 Day Aggregated Output Schedule West",
"operationId": "getData_83",
"parameters": [
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumLSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_out_sched_south": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Output Schedule South",
"description": "2 Day Aggregated Output Schedule South",
"operationId": "getData_84",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumLSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_out_sched_north": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Output Schedule North",
"description": "2 Day Aggregated Output Schedule North",
"operationId": "getData_85",
"parameters": [
{
"name": "sumHSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumLSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_out_sched_houston": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Output Schedule Houston",
"description": "2 Day Aggregated Output Schedule Houston",
"operationId": "getData_86",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumLSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_out_sched": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Output Schedule",
"description": "2 Day Aggregated Output Schedule",
"operationId": "getData_87",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumLSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHSLOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumOutputSchedTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_load_summary_west": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Load Summary West",
"description": "2 Day Aggregated Load Summary West",
"operationId": "getData_88",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumTelemGenMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemGenMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_load_summary_south": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Load Summary South",
"description": "2 Day Aggregated Load Summary South",
"operationId": "getData_89",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumTelemGenMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemGenMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_load_summary_north": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Load Summary North",
"description": "2 Day Aggregated Load Summary North",
"operationId": "getData_90",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumTelemGenMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemGenMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_load_summary_houston": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Load Summary Houston",
"description": "2 Day Aggregated Load Summary Houston",
"operationId": "getData_91",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumTelemGenMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemGenMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_load_summary": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Load Summary",
"description": "2 Day Aggregated Load Summary",
"operationId": "getData_92",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumTelemGenMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemGenMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDCtieMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "aggLoadSummaryTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_gen_summary_west": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Generation Summary West",
"description": "2 Day Aggregated Generation Summary West",
"operationId": "getData_93",
"parameters": [
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumBasePointNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_gen_summary_south": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Generation Summary South",
"description": "2 Day Aggregated Generation Summary South",
"operationId": "getData_94",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumBasePointNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_gen_summary_north": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Generation Summary North",
"description": "2 Day Aggregated Generation Summary North",
"operationId": "getData_95",
"parameters": [
{
"name": "sumBasePointWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumBasePointNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_gen_summary_houston": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Generation Summary Houston",
"description": "2 Day Aggregated Generation Summary Houston",
"operationId": "getData_96",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumBasePointNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslNonWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslNonWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHaslRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslRemResFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLaslRemResTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_gen_summary": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated Generation Summary",
"description": "2 Day Aggregated Generation Summary",
"operationId": "getData_97",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumBasePointNonIRRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointNonIRRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHASLNonIRRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHASLNonIRRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLASLNonIRRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLASLNonIRRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHASLWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHASLWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLASLWGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLASLWGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointPVGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointPVGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHASLPVGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHASLPVGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLASLPVGRFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLASLPVGRTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointREMRESFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumBasePointREMRESTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHASLREMRESFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumHASLREMRESTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLASLREMRESFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumLASLREMRESTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumGenTelemMWTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-910-er/2d_agg_dsr_loads": {
"get": {
"tags": [
"NP3-910-ER"
],
"summary": "2 Day Aggregated DSR Loads",
"description": "2 Day Aggregated DSR Loads",
"operationId": "getData_98",
"parameters": [
{
"name": "SCEDTimestampFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "SCEDTimestampTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "repeatHourFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "sumTelemDSRLoadFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDSRLoadTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDSRGenFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "sumTelemDSRGenTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-566-cd/lf_by_model_study_area": {
"get": {
"tags": [
"NP3-566-CD"
],
"summary": "Seven-Day Load Forecast by Model and Study Area",
"description": "Seven-Day Load Forecast by Model and Study Area",
"operationId": "getData_99",
"parameters": [
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "valleyFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "valleyTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "model",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-565-cd/lf_by_model_weather_zone": {
"get": {
"tags": [
"NP3-565-CD"
],
"summary": "Seven-Day Load Forecast by Model and Weather Zone",
"description": "Seven-Day Load Forecast by Model and Weather Zone",
"operationId": "getData_100",
"parameters": [
{
"name": "DSTFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "deliveryDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "deliveryDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEnding",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "coastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "coastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "eastFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "eastTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "farWestFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "farWestTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northCentralFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "northCentralTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southCentralFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southCentralTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southernFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "southernTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "westFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "westTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "systemTotalFrom",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "systemTotalTo",
"in": "query",
"description": "Format - ####.###.",
"schema": {
"type": "number",
"format": "####.###"
}
},
{
"name": "model",
"in": "query",
"description": "Format - abc123.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "inUseFlag",
"in": "query",
"description": "Format - true | false.",
"schema": {
"type": "boolean",
"format": "true | false"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/np3-233-cd/hourly_res_outage_cap": {
"get": {
"tags": [
"NP3-233-CD"
],
"summary": "Hourly Resource Outage Capacity",
"description": "Hourly Resource Outage Capacity",
"operationId": "getData_101",
"parameters": [
{
"name": "operatingDateFrom",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "operatingDateTo",
"in": "query",
"description": "Format - yyyy-MM-dd.",
"schema": {
"type": "string",
"format": "yyyy-MM-dd"
}
},
{
"name": "hourEndingFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "hourEndingTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalResourceMWZoneSouthFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalResourceMWZoneSouthTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalResourceMWZoneNorthFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalResourceMWZoneNorthTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalResourceMWZoneWestFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalResourceMWZoneWestTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalResourceMWZoneHoustonFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalResourceMWZoneHoustonTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalIRRMWZoneSouthFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalIRRMWZoneSouthTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalIRRMWZoneNorthFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalIRRMWZoneNorthTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalIRRMWZoneWestFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalIRRMWZoneWestTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalIRRMWZoneHoustonFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalIRRMWZoneHoustonTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalNewEquipResourceMWZoneSouthFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalNewEquipResourceMWZoneSouthTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalNewEquipResourceMWZoneNorthFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalNewEquipResourceMWZoneNorthTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalNewEquipResourceMWZoneWestFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalNewEquipResourceMWZoneWestTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalNewEquipResourceMWZoneHoustonFrom",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "totalNewEquipResourceMWZoneHoustonTo",
"in": "query",
"description": "Format - ###.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "postedDatetimeFrom",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "postedDatetimeTo",
"in": "query",
"description": "Format - yyyy-MM-ddTH24:mm:ss.",
"schema": {
"type": "string",
"format": "yyyy-MM-ddTH24:mm:ss"
}
},
{
"name": "page",
"in": "query",
"description": "Format - ###. Page number of returned values in the collection.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "size",
"in": "query",
"description": "Format - ###. Number of returned items per page.",
"schema": {
"type": "integer",
"format": "###"
}
},
{
"name": "sort",
"in": "query",
"description": "Format - abc123. Defines field by which to sort the returned resource values.",
"schema": {
"type": "string",
"format": "abc123"
}
},
{
"name": "dir",
"in": "query",
"description": "Format - abc123. Defines sort order of returned values based on the primary business key of the resource.",
"schema": {
"type": "string",
"format": "abc123"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Report"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"report": {
"reportName": "string",
"reportDisplayName": "string",
"reportId": "string",
"reportEMIL": "string"
},
"fields": [
{
"name": "string",
"label": "string",
"cardinality": 0,
"dataType": "BOOLEAN",
"searchable": true,
"sortable": true,
"hasRange": true
}
],
"data": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/archive/{emilId}": {
"get": {
"tags": [
"EMIL Products"
],
"summary": "Available report archives for a specified EMIL product.",
"description": "Available report archives for a specified EMIL product.",
"operationId": "getProductHistory",
"parameters": [
{
"name": "emilId",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ProductHistory"
},
"example": {
"_meta": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"product": {
"totalRecords": 0,
"pageSize": 0,
"totalPages": 0,
"currentPage": 0,
"query": {
"parameterCount": 0,
"parameters": {},
"sortedBy": "string"
}
},
"archives": [
{
"docId": 0,
"friendlyName": "string",
"postDatetime": "string",
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
],
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
},
"/": {
"get": {
"tags": [
"EMIL Products"
],
"summary": "All available EMIL Products",
"description": "Retrieve all available (active) products in the current EMIL registry having public accessibility.",
"operationId": "getListForProducts",
"responses": {
"200": {
"description": "OK The operation completed successfully.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Product"
},
"example": {
"emilId": "string",
"name": "string",
"description": "string",
"status": "string",
"reportTypeId": 0,
"audience": "string",
"generationFrequency": "string",
"securityClassification": "string",
"lastUpdated": "string",
"firstRun": "string",
"eceii": "string",
"channel": "string",
"userGuide": "string",
"postingType": "string",
"market": "string",
"extractSubscriber": "string",
"xsdName": "string",
"misPostingLocation": "string",
"certificateRole": "string",
"fileType": "string",
"ddlName": "string",
"misDisplayDuration": 0,
"archiveDuration": 0,
"notificationType": "string",
"protocolRules": {},
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
],
"artifacts": [
{
"reportTypeId": 0,
"displayName": "string",
"endpoint": "string",
"links": [
{
"rel": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"title": "string",
"type": "string",
"deprecation": "string",
"profile": "string",
"name": "string"
}
]
}
]
}
}
}
},
"400": {
"description": "The request operation failed. The request and/or one or more of its parameters are invalid.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"403": {
"description": "The request operation failed. You do not have access to the requested resource.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
},
"404": {
"description": "The request operation failed. The requested resource does not exist.",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Exception"
},
"example": {
"timestamp": "string",
"code": 0,
"status": "string",
"message": "string",
"data": {}
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"Archive": {
"type": "object",
"properties": {
"docId": {
"type": "integer",
"format": "int64"
},
"friendlyName": {
"type": "string"
},
"postDatetime": {
"type": "string",
"format": "date-time"
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
}
}
},
"description": "Represents an EMIL Product archive file."
},
"Artifact": {
"required": [
"displayName"
],
"type": "object",
"properties": {
"reportTypeId": {
"type": "integer",
"format": "int64"
},
"displayName": {
"type": "string"
},
"endpoint": {
"type": "string"
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
}
}
},
"description": "Each artifact represents a single report for the given time period designated by the EMIL metadata."
},
"Exception": {
"type": "object",
"properties": {
"timestamp": {
"type": "string",
"format": "date-time"
},
"code": {
"type": "integer",
"format": "int32"
},
"status": {
"type": "string"
},
"message": {
"type": "string"
},
"data": {
"type": "object"
}
},
"description": "Represents any exception encountered while access API endpoints."
},
"Field": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"label": {
"type": "string"
},
"cardinality": {
"type": "integer",
"format": "int32"
},
"dataType": {
"enum": [
"BOOLEAN",
"VARCHAR",
"INTEGER",
"LONG",
"DOUBLE",
"DATE",
"DATETIME",
"TIME"
],
"type": "string"
},
"searchable": {
"type": "boolean"
},
"sortable": {
"type": "boolean"
},
"hasRange": {
"type": "boolean"
}
},
"description": "Represents report data field."
},
"Info": {
"type": "object",
"properties": {
"title": {
"type": "string"
},
"description": {
"type": "string"
},
"version": {
"type": "string"
},
"build": {
"type": "string"
}
}
},
"Link": {
"type": "object",
"properties": {
"rel": {
"type": "string"
},
"href": {
"type": "string"
},
"hreflang": {
"type": "string"
},
"media": {
"type": "string"
},
"title": {
"type": "string"
},
"type": {
"type": "string"
},
"deprecation": {
"type": "string"
},
"profile": {
"type": "string"
},
"name": {
"type": "string"
}
}
},
"Product": {
"type": "object",
"properties": {
"emilId": {
"type": "string"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
},
"status": {
"type": "string"
},
"reportTypeId": {
"type": "integer",
"format": "int64"
},
"audience": {
"type": "string"
},
"generationFrequency": {
"type": "string"
},
"securityClassification": {
"type": "string"
},
"lastUpdated": {
"type": "string",
"format": "date-time"
},
"firstRun": {
"type": "string",
"format": "date-time"
},
"eceii": {
"type": "string"
},
"channel": {
"type": "string"
},
"userGuide": {
"type": "string"
},
"postingType": {
"type": "string"
},
"market": {
"type": "string"
},
"extractSubscriber": {
"type": "string"
},
"xsdName": {
"type": "string"
},
"misPostingLocation": {
"type": "string"
},
"certificateRole": {
"type": "string"
},
"fileType": {
"type": "string"
},
"ddlName": {
"type": "string"
},
"misDisplayDuration": {
"type": "integer",
"format": "int32"
},
"archiveDuration": {
"type": "integer",
"format": "int32"
},
"notificationType": {
"type": "string"
},
"protocolRules": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
}
},
"artifacts": {
"uniqueItems": true,
"type": "array",
"items": {
"$ref": "#/components/schemas/Artifact"
}
}
},
"description": "Represents an EMIL Product, which includes its metadata along with all Artifact information."
},
"ProductHistory": {
"type": "object",
"properties": {
"_meta": {
"$ref": "#/components/schemas/ResultMetadata"
},
"product": {
"$ref": "#/components/schemas/ProductHistoryMetadata"
},
"archives": {
"uniqueItems": true,
"type": "array",
"items": {
"$ref": "#/components/schemas/Archive"
}
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
}
}
},
"description": "Each archive represents a single EMIL Product archive (zip file)."
},
"ProductHistoryMetadata": {
"type": "object",
"properties": {
"totalRecords": {
"type": "integer",
"format": "int64"
},
"pageSize": {
"type": "integer",
"format": "int32"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"currentPage": {
"type": "integer",
"format": "int32"
},
"query": {
"$ref": "#/components/schemas/QueryMetadata"
}
},
"description": "Represents record and paging summary for the specified query results."
},
"QueryMetadata": {
"type": "object",
"properties": {
"parameterCount": {
"type": "integer",
"format": "int32"
},
"parameters": {
"type": "object",
"additionalProperties": {
"type": "object"
}
},
"sortedBy": {
"type": "string"
}
},
"description": "Represents query parameter summary for the specified query results."
},
"Report": {
"type": "object",
"properties": {
"_meta": {
"$ref": "#/components/schemas/ResultMetadata"
},
"report": {
"$ref": "#/components/schemas/ReportMetadata"
},
"fields": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Field"
}
},
"data": {
"type": "object"
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
}
}
},
"description": "Represents report data search results from any EMIL artifact report query."
},
"ReportMetadata": {
"type": "object",
"properties": {
"reportName": {
"type": "string"
},
"reportDisplayName": {
"type": "string"
},
"reportId": {
"type": "string"
},
"reportEMIL": {
"type": "string"
}
},
"description": "Represents metadata for the specified object."
},
"ResultMetadata": {
"type": "object",
"properties": {
"totalRecords": {
"type": "integer",
"format": "int64"
},
"pageSize": {
"type": "integer",
"format": "int32"
},
"totalPages": {
"type": "integer",
"format": "int32"
},
"currentPage": {
"type": "integer",
"format": "int32"
},
"query": {
"$ref": "#/components/schemas/QueryMetadata"
}
},
"description": "Represents record and paging summary for the specified query results."
},
"Version": {
"type": "object",
"properties": {
"info": {
"$ref": "#/components/schemas/Info"
},
"openapi": {
"type": "string"
}
}
}
},
"securitySchemes": {
"apiKeyHeader": {
"type": "apiKey",
"name": "Ocp-Apim-Subscription-Key",
"in": "header"
},
"apiKeyQuery": {
"type": "apiKey",
"name": "subscription-key",
"in": "query"
}
}
},
"security": [
{
"apiKeyHeader": []
},
{
"apiKeyQuery": []
}
],
"tags": [
{
"name": "NP3-233-CD",
"description": "Hourly Resource Outage Capacity
This report includes all approved and accepted Planned, Forced and Maintenance Resource outages EXCEPT Resource outages for retirement of old equipment, seasonal mothballed (during the outaged season), and mothballed. The outage capacity in this report reflects aggregated ACTIVE resource outaged capacity by Load Zone sourced from the Outage Scheduler (OS) for the next 168 hours and is published every hour. Columns 'C\\' - 'F' consists of the aggregated outaged capacity of ALL the ACTIVE resource outages by Load Zone in the OS for each hour excluding the outages stated above, IRR resource outages, and new equipment outages. Columns 'G' - 'J' consists of the aggregated outaged capacity of ALL the ACTIVE IRR resource outages by Load Zone in the OS for each hour excluding the outages stated above, outages in columns 'C' - 'F' and new equipment outages. Columns 'K' - 'N' consists of the aggregated outaged capacity of ALL the ACTIVE New Equipment Energization resource outages by Load Zone. Note that this report contains OS data only and does not look at telemetry. It includes both entire resource outage and de-rates."
},
{
"name": "NP4-732-CD",
"description": "Wind Power Production - Hourly Averaged Actual and Forecasted Values
This report is posted every hour and includes System-wide and Regional actual hourly averaged wind power production, STWPF, WGRPP and COP HSLs for On-Line WGRs for a rolling historical 48-hour period as well as the System-wide and Regional STWPF, WGRPP and COP HSLs for On-Line WGRs for the rolling future 168-hour period. Our forecasts attempt to predict HSL, which is uncurtailed power generation potential. Actual system-wide generation, which is included in this report as \"ACTUAL_SYSTEM_WIDE\" or \"SYSTEM_WIDE\" is impacted by curtailments. Because of this, the data in this report should not be used to evaluate forecast performance. Steps will be taken to include Actual System-wide HSL in this report in the future."
},
{
"name": "NP6-346-CD",
"description": "Actual System Load by Forecast Zone
A daily report of Actual System Load by Forecast Zone for each hour of the previous operating day."
},
{
"name": "NP4-190-CD",
"description": "DAM Settlement Point Prices
The Settlement Point Prices for all Resource Nodes, Load Zones, and Trading Hubs from the Day-Ahead Market for the last thirty days on a daily basis."
},
{
"name": "NP3-566-CD",
"description": "Seven-Day Load Forecast by Model and Study Area
Forecasted hourly demands by Study Area, for the current day plus the next seven days."
},
{
"name": "NP4-159-CD",
"description": "Load Distribution Factors
Load forecast distribution factors from which Market Participants can calculate Load at the Electrical Bus level by hour for the next seven days."
},
{
"name": "NP4-738-CD",
"description": "Solar Power Production - Actual 5-Minute Averaged Values
This report is posted every 5 minutes and includes System-wide actual 5-minute averaged solar power production for On-Line PVGRs for a rolling historical 60-minute period."
},
{
"name": "NP4-523-CD",
"description": "DAM System Lambda
System lambda of each successful DAM."
},
{
"name": "NP3-965-ER",
"description": "60-Day SCED Disclosure Reports
This report will contain all 60 day disclosure data related to SCED. The following individual files are included in the report: NP3-967-EX 61-day QSE-specific Self-Arranged AS in SCED NP3-968-EX 61-day Generation Resource data in SCED NP3-969-EX 61-day Load Resource data in SCED NP3-970-EX 61-day Dynamically Scheduled Resource and Loads in SCED NP3-971-EX 61-day Inc/Dec Offer Curves in SCED NP3-973-EX 61-day Settlement Metered Net Energy for Generation Resources and NP6-585-ER 60 Day HDL and LDL Manual Override Summary"
},
{
"name": "NP4-743-CD",
"description": "Wind Power Production - Actual 5-Minute Averaged Values by Geographical Region
This report is posted every 5 minutes and includes System-wide and Geographic Regional actual 5-minute averaged wind power production for a rolling historical 60-minute period."
},
{
"name": "NP6-787-CD",
"description": "LMPs by Electrical Bus
The Locational Marginal Price for each Electrical Bus, normally produced by SCED every five minutes."
},
{
"name": "NP3-911-ER",
"description": "2-Day Ancillary Services Reports
This report will contain all 48 Hour disclosure data related to DAM. The following individual files are included in the report:NP3-959-EX 48-hour Aggregate AS Offers; NP3-960-EX 48-hour Self-Arranged AS; NP3-961-EX 48-hour Cleared DAM AS (previously named 48 Hour Ancillary Services Reports)."
},
{
"name": "NP4-745-CD",
"description": "Solar Power Production - Hourly Averaged Actual and Forecasted Values by Geographical Region
This report is posted every hour and includes System-wide and geographic regional hourly averaged solar power production, STPPF, PVGRPP, and COP HSL for On-Line PVGRs for a rolling historical 48-hour period as well as the system-wide and regional STPPF, PVGRPP, and COP HSL for On-Line PVGRs for the rolling future 168-hour period. System-wide and regional generation, are included in this report under column labels with \"GEN_\" prefixes. ERCOT's forecasts attempt to predict HSL, which is uncurtailed power generation potential. Since generation is impacted by curtailments, the data in this report should not be used to evaluate forecast performance. Steps will be taken to include HSL in this report in the future."
},
{
"name": "NP3-991-EX",
"description": "60-Day COP All Updates
This report will contain all iterative Current Operating Plan (COP) submissions where a change has occurred for the operating day. Previously named 60-Day Current Operating Plan."
},
{
"name": "NP4-183-CD",
"description": "DAM Hourly LMPs
The Hourly Locational Marginal Prices per electrical bus from the Day-Ahead Market for the last thirty days on a daily basis."
},
{
"name": "NP4-196-M",
"description": "DAM Price Corrections
Day-Ahead Market price corrections."
},
{
"name": "NP4-179-CD",
"description": "Total Ancillary Service Offers
The total quantity in MW of Offers per Ancillary Service per hour from the Day-Ahead Market for the last thirty days on a daily basis which includes the following AS types: REGDN, REGUP, RRSPFR, RRSFFR, RRSUFR, & NSPIN."
},
{
"name": "NP6-345-CD",
"description": "Actual System Load by Weather Zone
Report of Actual hourly load data by weather zone and ERCOT total."
},
{
"name": "NP4-197-M",
"description": "RTM Price Corrections
Real-Time Market price corrections."
},
{
"name": "NP6-970-CD",
"description": "RTD Indicative LMPs by Resource Nodes, Load Zones and Hubs
This report is posted after every Look Ahead RTD run and includes indicative LMPs at Resource Nodes, Hub LMPs and Load Zone for each interval in the Look Ahead SCED-RTD Study Period."
},
{
"name": "NP4-733-CD",
"description": "Wind Power Production - Actual 5-Minute Averaged Values
This report is posted every 5 minutes and includes System-wide and Regional actual 5-min averaged wind power production for a rolling historical 60-minute period."
},
{
"name": "NP3-565-CD",
"description": "Seven-Day Load Forecast by Model and Weather Zone
Hourly system-wide Mid-Term Load Forecasts (MTLFs) for all forecast models with an indicator for which forecast was in use by ERCOT at the time of publication for current day plus the next 7."
},
{
"name": "NP6-322-CD",
"description": "SCED System Lambda
System lambda of each successful SCED."
},
{
"name": "NP3-966-ER",
"description": "60-Day DAM Disclosure Reports
This report will contain all 60 day disclosure data related to DAM. The following individual files are included in the report: NP3-974-EX 61-day QSE-specific Self-Arranged AS in DAM NP3-975-EX 61-day Generation Resource data in DAM NP3-976-EX 61-day Generation Resource AS Offers in DAM NP3-977-EX 61-day Load Resource data in DAM NP3-978-EX 61-day Load Resource AS Offers in DAM NP3-979-EX 61-day Settlement Point Data in DAM- Energy Only Offers NP3-980-EX 61-day Settlement Point Data in DAM- Energy Only Offer Award NP3-981-EX 61-day Settlement Point Data in DAM- Energy Bids NP3-982-EX 61-day Settlement Point Data in DAM- Bids Award NP3-983-EX 61-day Settlement Point Data in DAM- CRR Offers NP3-984-EX 61-day Settlement Point Data in DAM- CRR Awards NP3-985-EX 61-day Settlement Point Data Point-to-Point Obligation Bids NP3-986-EX 61-day Settlement Point Data Point-to-Point Obligation Bid Awards"
},
{
"name": "NP4-191-CD",
"description": "DAM Shadow Prices
The active and binding constraints as well as the associated shadow prices from the Day-Ahead Market for the last thirty days on a daily basis."
},
{
"name": "NP4-742-CD",
"description": "Wind Power Production - Hourly Averaged Actual and Forecasted Values by Geographical Region
This report is posted every hour and includes System-wide and Geographic Regional actual hourly averaged wind power production, STWPF, WGRPP and COP HSLs for On-Line WGRs for a rolling historical 48-hour period as well as the System-wide and Regional STWPF, WGRPP and COP HSLs for On-Line WGRs for the rolling future 168-hour period. Our forecasts attempt to predict HSL, which is uncurtailed power generation potential. Actual system-wide generation, which is included in this report as \"ACTUAL_SYSTEM_WIDE\" or \"SYSTEM_WIDE\" is impacted by curtailments. Because of this, the data in this report should not be used to evaluate forecast performance. Steps will be taken to include Actual System-wide HSL in this report in the future."
},
{
"name": "NP6-788-CD",
"description": "LMPs by Resource Nodes, Load Zones and Trading Hubs
The Locational Marginal Price for each Settlement Point, normally produced by SCED every five minutes."
},
{
"name": "NP4-737-CD",
"description": "Solar Power Production - Hourly Averaged Actual and Forecasted Values
This report includes System-wide actual hourly averaged solar power production, STPPF, PVGRPP, and COP HSLs for On-Line PVGRs for a rolling historical 48-hour period as well as the System-wide STPPF, PVGRPP and COP HSLs for On-Line PVGRs for the rolling future 168-hour period. Our forecasts attempt to predict HSL, which is uncurtailed power generation potential. Actual system-wide generation, which is included in this report as \"ACTUAL_SYSTEM_WIDE\" or \"SYSTEM_WIDE\" is impacted by curtailments. Because of this, the data in this report should not be used to evaluate forecast performance. Steps will be taken to include Actual System-wide HSL in this report in the future."
},
{
"name": "NP6-905-CD",
"description": "Settlement Point Prices at Resource Nodes, Hubs and Load Zones
Settlement Point Price for each Settlement Point, produced from SCED LMPs every 15 minutes."
},
{
"name": "NP6-86-CD",
"description": "SCED Shadow Prices and Binding Transmission Constraints
The report for Shadow Prices of binding/violated constraints in SCED. The report shows the contingency name, overloaded element details (element name, from/to station name and kV level), Shadow Price ( price for resolving one MW of the constraint), Penalty for violating the constraint (MaxShadow Price), overloaded element limit and flow (value)pairs that caused such constraint."
},
{
"name": "NP3-990-EX",
"description": "60-Day SASM Disclosure Reports
This report will contain all 60 day disclosure data related to SASM for Generation and Load Resources. The following individual files are included in the report: 60d_SASM_Generation_Resource_AS_Offers-YY-MMM-DD.csv60d_SASM_Load_Resource_AS_Offers-YY-MMM-DD.csv60d_SASM_Generation_Resource_AS_Offer Awards-YY-MMM-DD.csv60d_SASM_Load_Resource_AS_Offer_Awards-YY-MMM-DD.csv"
},
{
"name": "NP4-746-CD",
"description": "Solar Power Production - Actual 5-Minute Averaged Values by Geographical Region
This report is posted every 5 minutes and includes system-wide and geographic regional 5-minute averaged solar power production for a rolling historical 60-minute period."
},
{
"name": "NP3-910-ER",
"description": "2-Day Real Time Gen and Load Data Reports
This report will contain all 48 Hour disclosure data related to Real Time. The following individual files are included in the report:NP3-919-EX 48-hour Aggregate Output Schedules; NP3-920-EX 48-hour Aggregate Generation Summary; NP3-921-EX 48-hour Aggregate Load Summary; NP3-922-EX 48-hour Aggregate Dynamically Schedules Resources and Load; NP3-924-EX 48-hour Aggregate Load Summary by Disclosure Areas; NP3-931-EX 48-hour Aggregate Output Schedules by Disclosure Areas; NP3-935-EX 48-hour Aggregate Generation Summary by Disclosure Areas (previously 48 Hour Real Time Gen and Load Data Reports)."
},
{
"name": "NP4-188-CD",
"description": "DAM Clearing Prices for Capacity
The Market Clearing Prices for Capacity for all Ancillary Services from the Day-Ahead Market for the last thirty days on a daily basis."
},
{
"name": "NP4-33-CD",
"description": "DAM Ancillary Service Plan
Ancillary Service requirements by type and quantity for each hour of the current day plus the next 6 days."
}
]
}