Skip to content

Commit 57058f6

Browse files
authored
Merge pull request #19 from BerriJ/Fix-inconcistencies
Fix inconcistencies
2 parents 20f2220 + caa2404 commit 57058f6

28 files changed

Lines changed: 5286 additions & 312 deletions

misc/groups/balancing.json

Lines changed: 1733 additions & 0 deletions
Large diffs are not rendered by default.

misc/groups/generation.json

Lines changed: 341 additions & 0 deletions
Large diffs are not rendered by default.

misc/groups/load.json

Lines changed: 335 additions & 0 deletions
Large diffs are not rendered by default.

misc/groups/market.json

Lines changed: 858 additions & 0 deletions
Large diffs are not rendered by default.

misc/groups/omi.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"info": {
3+
"_postman_id": "30073b22-ca43-4ef9-9386-b47fdc5ab2c9",
4+
"name": "Transparency Platform Restful API - OMI",
5+
"description": "OMI endpoints from the Entso-e Transparency Platform Restful API.",
6+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
7+
"_exporter_id": "47704774",
8+
"_collection_link": "https://www.postman.com/aviation-administrator-32077560/workspace/open/collection/42109836-30073b22-ca43-4ef9-9386-b47fdc5ab2c9?action=share&source=collection_link&creator=47704774"
9+
},
10+
"item": [
11+
{
12+
"name": "OMI",
13+
"item": [
14+
{
15+
"name": "Other Market Information",
16+
"request": {
17+
"method": "GET",
18+
"header": [],
19+
"url": {
20+
"raw": "{{baseUrl}}?documentType=B47&ControlArea_Domain=10YDE-EON------1&periodStart=202409232200&periodEnd=202409242200",
21+
"host": [
22+
"{{baseUrl}}"
23+
],
24+
"query": [
25+
{
26+
"key": "documentType",
27+
"value": "B47",
28+
"description": "[M] Other market information"
29+
},
30+
{
31+
"key": "ControlArea_Domain",
32+
"value": "10YDE-EON------1",
33+
"description": "[M] EIC code of a Scheduling Area"
34+
},
35+
{
36+
"key": "periodStart",
37+
"value": "202409232200",
38+
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000"
39+
},
40+
{
41+
"key": "periodEnd",
42+
"value": "202409242200",
43+
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000"
44+
},
45+
{
46+
"key": "DocStatus",
47+
"value": "A05",
48+
"description": "[O] A05: Active; A09: Cancelled; A13: Withdrawn",
49+
"disabled": true
50+
},
51+
{
52+
"key": "PeriodStartUpdate",
53+
"value": "202402221000",
54+
"description": "[O] Pattern yyyyMMddHHmm e.g. 201601010000 (mandatory if PeriodStart and PeriodEnd are not defined)",
55+
"disabled": true
56+
},
57+
{
58+
"key": "PeriodEndUpdate",
59+
"value": "202402231200",
60+
"description": "[O] Pattern yyyyMMddHHmm e.g. 201601010000 (mandatory if PeriodStart and PeriodEnd are not defined)",
61+
"disabled": true
62+
},
63+
{
64+
"key": "Offset",
65+
"value": "12",
66+
"description": "[O] Offset allows downloading more than 200 documents. The offset \u2208 [0,4800] so that paging is restricted to query for 5000 documents max., offset=n returns files in sequence between n+1 and n+200.",
67+
"disabled": true
68+
},
69+
{
70+
"key": "mRID",
71+
"value": "NDE5ODBiYjFkM2ExMTljYTM5Mzk2ODcxNDFkZDE4MzU=",
72+
"description": "[O] If mRID is included, individual versions of the particular event are queried using the rest of the parameters",
73+
"disabled": true
74+
}
75+
]
76+
}
77+
}
78+
}
79+
]
80+
}
81+
]
82+
}

0 commit comments

Comments
 (0)