Skip to content

TED Search API v3: matching winners to LotResults #1199

Answered by grecoca
JoseWakaWaka asked this question in Q&A
Discussion options

You must be logged in to vote

Dear user,
Thank you for raising it.To reproduce it, I executed the following query using the API:

{
"query": "publication-number=285496-2025",
"fields": ["result-lot-identifier","winner-selection-status","winner-name"],
"page": 1,
"limit": 10,
"scope": "ACTIVE",
"checkQuerySyntax": false,
"paginationMode": "PAGE_NUMBER",
"onlyLatestVersions": false
}

and I get the following result

...{
"notices": [
{
"publication-number": "285496-2025",
"winner-selection-status": [
"selec-w",
"selec-w",
"selec-w",
"selec-w",
"selec-w"
],
"result-lot-identifier": [
"LOT-0001",
"LOT-0002",
"LOT-0003",
"LOT-0004",
"LOT-0005"
],
......
"winner-name": {
"nld": [
"Vandeputte Medical",
"MF Services B.V."
]
}....

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JoseWakaWaka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants