curl --request GET \
--url https://app.govly.com/api/enterprise/opportunities/saved_search_matches
{
"results": [
{
"id": "<string>",
"aiEstimatedValueMax": 123,
"aiEstimatedValueMin": 123,
"aiLineItems": {
"products": [
{
"vendor": "<string>",
"product": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
],
"services": [
{
"vendor": "<string>",
"service": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
]
},
"aiPeriodOfPerformance": "<string>",
"aiRawCompetingProducts": [
"<string>"
],
"aiRawCompetingVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"aiRawProducts": [
"<string>"
],
"aiRawVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"aiSummary": "<string>",
"aiTitle": "<string>",
"attachments": [
{
"checksum": "<string>",
"filename": "<string>",
"url": "<string>"
}
],
"buyer": {
"id": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"name": "<string>"
},
"contractVehicle": "<string>",
"displayName": "<string>",
"externalIdentifier": "<string>",
"identifier": "<string>",
"lastSummarizedAt": "<string>",
"uniqueKey": "<string>",
"url": "<string>",
"modifiedAt": "<string>",
"savedSearchMatches": [
{
"id": "<string>",
"followerEmails": [
"<string>"
],
"savedSearchName": "<string>",
"savedSearchId": "<string>",
"highlights": "<string>",
"matchedAt": "<string>"
}
]
}
],
"meta": {
"nextCursor": "<string>"
}
}
Retrieve opportunities that match your saved searches
curl --request GET \
--url https://app.govly.com/api/enterprise/opportunities/saved_search_matches
{
"results": [
{
"id": "<string>",
"aiEstimatedValueMax": 123,
"aiEstimatedValueMin": 123,
"aiLineItems": {
"products": [
{
"vendor": "<string>",
"product": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
],
"services": [
{
"vendor": "<string>",
"service": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
]
},
"aiPeriodOfPerformance": "<string>",
"aiRawCompetingProducts": [
"<string>"
],
"aiRawCompetingVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"aiRawProducts": [
"<string>"
],
"aiRawVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"aiSummary": "<string>",
"aiTitle": "<string>",
"attachments": [
{
"checksum": "<string>",
"filename": "<string>",
"url": "<string>"
}
],
"buyer": {
"id": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
],
"name": "<string>"
},
"contractVehicle": "<string>",
"displayName": "<string>",
"externalIdentifier": "<string>",
"identifier": "<string>",
"lastSummarizedAt": "<string>",
"uniqueKey": "<string>",
"url": "<string>",
"modifiedAt": "<string>",
"savedSearchMatches": [
{
"id": "<string>",
"followerEmails": [
"<string>"
],
"savedSearchName": "<string>",
"savedSearchId": "<string>",
"highlights": "<string>",
"matchedAt": "<string>"
}
]
}
],
"meta": {
"nextCursor": "<string>"
}
}
next_cursor
value from the meta object in the response to get the next page.Show Opportunity properties
Show Properties
Show Match properties
Show Meta properties