-
We have seen that notices published using eForms can be found from ted search (https://ted.europa.eu/TED/search/search.do). These files still have a publication url like "the old files" (for example https://ted.europa.eu/udl?uri=TED:NOTICE:331151-2023:TEXT:EN:HTML&src=0). How can we retrieve the url? The search-esentool operation of the web service publication does not return that information. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Could it be composed using the publicationId? https://ted.europa.eu/udl?uri=TED:NOTICE: + publicationID + :HTML:EN:HTML For example: Thanks |
Beta Was this translation helpful? Give feedback.
Hello,
The approach that you wrote is correct. The structure of the URL will be preserved also in the future.
For the current version of the TED website the publicationId in the URL can have max 6 digits, thus if publicationID has 8, you need to remove the leading 00 from the publicationId.
Have a nice day,
Stefan