POST api/tender/search

Tenderbase Cloud Infrastructure (TCI) is a comprehensive collection of cloud services that empower you to develop and operate various applications and services within a resilient hosted environment.

Body Parameters

The search criteria.

Name
Description
Type
Additional information

SearchCriteria

Gets or sets the search criteria.

SearchCriteria

None.

Size

Gets or sets the maximum size of the results.

integer

None.

Request Formats

                                    
Sample:
{
    "searchCriteria": {
        "tenderTags": "PIN",  // ALL , PIN , Contract , Framework, DPS.
        "tenderStatus": "Open",       // Open , Awarded , Closed , Upcomming 
        "keyword": "Window cleaning",
        "regions": "Wales,South East",
        "town": "LONDON",
        "postcode": null,
        "valueHigh": 3000.0,
        "valueLow": 20000.0,
        "publishedDate": "02-07-2024",
        "deadlineDate": "01-09-24",
        "awardedDate": "02-09-24",
        "suitableForSme": true,
        "cpvCodes": null
    },
    "size": 1000
}
                                    
                                

Response Information

A collection of notice summaries matching the search criteria.

Name
Description
Type
Additional information

HitCount

Gets or sets the hit count.

integer

None.

Response Formats

HTTP response status code: 200

                                    
Sample:
{"page":1,
    "size":1000,
    "totalTenders":"7148",
    "noticeList":[
        {
        "id":"7174",
        "parentId":null,
        "tenderUniqueId":"035756-2024",
        "noticeIdentifier":"ocds-h6vhtk-04b3f2",
        "noticeStatus":"Awarded",
        "type":"Low Value Tender",
        "publishedDate":"2024-11-05",
        "deadlineDate":null,
        "title":"Wightfibre Circuits - County Hall Datacentre",
        "description":"2 x 500Mbps direct internet connections at County Hall datacentre",
        "organisationName":"Isle of Wight Council",
        "valueLow":"0.00",
        "valueHigh":"0.00",
        "postcode":null,
        "noticeType":null,
        "sector":null,
        "start":null,
        "end":null,
        "procedureType":null,
        "procedureTypeOther":null,
        "isSuitableForSme":"No",
        "cpvCodes":"72000000 - Building Services Consultancy Engineering Design Services Consultancy Urban Planning 
        and Landscape Architectural Services Technical Testing Analysis and Consultancy Services Inspection Services",
        "region":"South East"
    },
    {
        "id":"7162",
        "parentId":null,
        "tenderUniqueId":"035722-2024",
        "noticeIdentifier":"ocds-h6vhtk-04b3e6",
        "noticeStatus":"Open",
        "type":"Low Value Tender",
        "publishedDate":"2024-11-05",
        "deadlineDate":null,
        "title":"Radiation Protection Adviser Support Service",
        "description":"Radiation Protection Adviser Support Service",
        "organisationName":"United Kingdom Atomic Energy Authority",
        "valueLow":"25000.00",
        "valueHigh":"25000.00",
        "postcode":null,
        "noticeType":null,
        "sector":null,
        "start":null,
        "end":null,
        "procedureType":null,
        "procedureTypeOther":null,
        "isSuitableForSme":"No",
        "cpvCodes":"71317200 - Building Services Consultancy Engineering Design Services Consultancy Urban Planning and 
        Landscape Architectural Services Technical Testing Analysis and Consultancy Services Inspection Services",
        "region":"South East"
    }
    ]
}