-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathOther Market Information.json
More file actions
62 lines (62 loc) · 1.92 KB
/
Copy pathOther Market Information.json
File metadata and controls
62 lines (62 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "Other Market Information",
"method": "GET",
"query": [
{
"key": "documentType",
"value": "B47",
"description": "[M] Other market information"
},
{
"key": "ControlArea_Domain",
"value": "10YDE-EON------1",
"description": "[M] EIC code of a Scheduling Area"
},
{
"key": "periodStart",
"value": "202409232200",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000"
},
{
"key": "periodEnd",
"value": "202409242200",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000"
},
{
"key": "DocStatus",
"value": "A05",
"description": "[O] A05: Active; A09: Cancelled; A13: Withdrawn",
"disabled": true
},
{
"key": "PeriodStartUpdate",
"value": "202402221000",
"description": "[O] Pattern yyyyMMddHHmm e.g. 201601010000 (mandatory if PeriodStart and PeriodEnd are not defined)",
"disabled": true
},
{
"key": "PeriodEndUpdate",
"value": "202402231200",
"description": "[O] Pattern yyyyMMddHHmm e.g. 201601010000 (mandatory if PeriodStart and PeriodEnd are not defined)",
"disabled": true
},
{
"key": "Offset",
"value": "12",
"description": "[O] Integer: Zero‑based index of the first XML document to return. The offset parameter paginates the response in batches of 200 XML documents (e.g., offset = n returns the XMLs in the range n+1 to n+200).",
"disabled": true
},
{
"key": "mRID",
"value": "NDE5ODBiYjFkM2ExMTljYTM5Mzk2ODcxNDFkZDE4MzU=",
"description": "[O] If mRID is included, individual versions of the particular event are queried using the rest of the parameters",
"disabled": true
},
{
"key": "curveType",
"value": "A03",
"description": "[O] A01 = Sequential fixed block; A03 = Variable sized blocks (default)",
"disabled": true
}
]
}