Request is rejected when one or more of these conditions are met:
- Request does not contain all mandatory parameters
https://web-api.tp.entsoe.eu/api?securityToken=MYTOKEN&processType=A16&outBiddingZone_Domain=10YCZ-CEPS-----N&periodStart=201512312300&periodEnd=201612312300 (documentType is missing)
- Request contains duplicate parameters
https://web-api.tp.entsoe.eu/api?securityToken=MYTOKEN&documentType=A65&documentType=A65&processType=A16&outBiddingZone_Domain=10YCZ-CEPS-----N&periodStart=201512312300&periodEnd=201612312300
- No data could be found
https://web-api.tp.entsoe.eu/api?securityToken=MYTOKEN&documentType=A65&processType=A16&outBiddingZone_Domain=10YCZ-CEPS-----N&periodStart=202312312300&periodEnd=202312312300
- Requested date range exceeds permitted limit of one year
https://web-api.tp.entsoe.eu/api?securityToken=MYTOKEN&documentType=A65&processType=A16&outBiddingZone_Domain=10YCZ-CEPS-----N&periodStart=202012312000&periodEnd=202312312300
- More than 200 matching documents
https://web-api.tp.entsoe.eu/api?securityToken=MYTOKEN&documentType=A78&businessType=A53&in_Domain=10YCZ-CEPS-----N&out_Domain=10YSK-SEPS-----K&periodStart=201512312300&periodEnd=201612312300
- Parameters contain forbidden characters or letter case does not match. Please note that in case of Get request all special characters have to be escaped to prevent Http 400 Bad request. Refer to HTML URL Encoding Reference for more information.
Comments
0 comments
Please sign in to leave a comment.