curl --request GET \
--url https://app.govly.com/api/enterprise/opportunities/saved_searches \
--header 'X-API-KEY: <api-key>'{
"results": [
{
"id": "<string>",
"active": true,
"createdAt": "<string>",
"createdByEmail": "<string>",
"lastMatchedAt": "<string>",
"matchCount": 123,
"name": "<string>",
"query": {
"sortDirection": "<string>",
"feeds": [
{}
],
"query": "<string>",
"status": [
{}
],
"buyerIds": [
{}
],
"recordType": [
{}
],
"excludeIgnored": [
{}
],
"dateRangeParam": "<string>",
"buyerMatchById": true,
"includeSubBuyers": true,
"predictions": true,
"searchType": "<string>",
"searchFields": {}
},
"updatedAt": "<string>"
}
],
"meta": {
"currentPage": 123,
"per": 123,
"total": 123,
"totalPages": 123
}
}Returns a paginated list of saved opportunity searches for your organization
curl --request GET \
--url https://app.govly.com/api/enterprise/opportunities/saved_searches \
--header 'X-API-KEY: <api-key>'{
"results": [
{
"id": "<string>",
"active": true,
"createdAt": "<string>",
"createdByEmail": "<string>",
"lastMatchedAt": "<string>",
"matchCount": 123,
"name": "<string>",
"query": {
"sortDirection": "<string>",
"feeds": [
{}
],
"query": "<string>",
"status": [
{}
],
"buyerIds": [
{}
],
"recordType": [
{}
],
"excludeIgnored": [
{}
],
"dateRangeParam": "<string>",
"buyerMatchById": true,
"includeSubBuyers": true,
"predictions": true,
"searchType": "<string>",
"searchFields": {}
},
"updatedAt": "<string>"
}
],
"meta": {
"currentPage": 123,
"per": 123,
"total": 123,
"totalPages": 123
}
}Show Saved Search Object
Show Query Object
asc or desc)