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": {
"types": [
"Contract",
"Pipeline"
],
"statuses": [
"Open"
],
"keyword": "Window cleaning",
"queryString": null,
"regions": "Wales,South East",
"postcode": null,
"radius": 0.0,
"valueFrom": 3000.0,
"valueTo": 20000.0,
"publishedFrom": null,
"publishedTo": null,
"deadlineFrom": null,
"deadlineTo": null,
"approachMarketFrom": null,
"approachMarketTo": null,
"awardedFrom": null,
"awardedTo": null,
"isSubcontract": null,
"suitableForSme": true,
"suitableForVco": false,
"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:
{
"hitCount": 1,
"noticeList": [
{
"score": 1.1,
"item": {
"id": "sample string 1",
"parentId": "sample string 2",
"noticeIdentifier": "sample string 3",
"title": "sample string 4",
"description": "sample string 5",
"cpvDescription": "sample string 6",
"cpvDescriptionExpanded": "sample string 7",
"publishedDate": "2016-09-12T11:23:39+01:00",
"deadlineDate": "2016-09-12T11:23:39+01:00",
"awardedDate": "2016-09-12T11:23:39+01:00",
"awardedValue": 1.0,
"awardedSupplier": "sample string 10",
"approachMarketDate": "2016-09-12T11:23:39+01:00",
"valueLow": 11.0,
"valueHigh": 1.0,
"postcode": "sample string 12",
"coordinates": "sample string 13",
"isSubNotice": true,
"noticeType": "sample string 14",
"noticeStatus": "sample string 15",
"isSuitableForSme": true,
"isSuitableForVco": true,
"lastNotifiableUpdate": "2016-09-12T11:23:39+01:00",
"organisationName": "sample string 19",
"sector": "sample string 20",
"cpvCodes": "sample string 21",
"cpvCodesExtended": "sample string 22",
"region": "sample string 23",
"regionText": "sample string 24",
"start": "2016-09-12T11:23:39+01:00",
"end": "2016-09-12T11:23:39+01:00"
}
},
{
"score": 1.1,
"item": {
"id": "sample string 1",
"parentId": "sample string 2",
"noticeIdentifier": "sample string 3",
"title": "sample string 4",
"description": "sample string 5",
"cpvDescription": "sample string 6",
"cpvDescriptionExpanded": "sample string 7",
"publishedDate": "2016-09-12T11:23:39+01:00",
"deadlineDate": "2016-09-12T11:23:39+01:00",
"awardedDate": "2016-09-12T11:23:39+01:00",
"awardedValue": 1.0,
"awardedSupplier": "sample string 10",
"approachMarketDate": "2016-09-12T11:23:39+01:00",
"valueLow": 11.0,
"valueHigh": 1.0,
"postcode": "sample string 12",
"coordinates": "sample string 13",
"isSubNotice": true,
"noticeType": "sample string 14",
"noticeStatus": "sample string 15",
"isSuitableForSme": true,
"isSuitableForVco": true,
"lastNotifiableUpdate": "2016-09-12T11:23:39+01:00",
"organisationName": "sample string 19",
"sector": "sample string 20",
"cpvCodes": "sample string 21",
"cpvCodesExtended": "sample string 22",
"region": "sample string 23",
"regionText": "sample string 24",
"start": "2016-09-12T11:23:39+01:00",
"end": "2016-09-12T11:23:39+01:00"
}
}
]
}