BETA This endpoint is currently in development and may change in the future.
Request
Page number for pagination
Number of results per page
Response
Array of saved search objects
Pagination metadata
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
)