{ "opencollection": "1.0.0", "info": { "name": "WildApricot Admin Accounts Contacts.SavedSearch API", "version": "7.24.0" }, "items": [ { "info": { "name": "Contacts.SavedSearch", "type": "folder" }, "items": [ { "info": { "name": "WildApricot List of Saved Searches.", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/savedsearches", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot List of Saved Searches." }, { "info": { "name": "WildApricot Saved Search and Found Contacts.", "type": "http" }, "http": { "method": "GET", "url": "https://api.wildapricot.org/v2.2/accounts/:accountId/savedsearches/:savedSearchId", "params": [ { "name": "savedSearchId", "value": "", "type": "path", "description": "Saved Search identifier" }, { "name": "excludeArchived", "value": "", "type": "query", "description": "exclude archived contacts from found ContactIDs." }, { "name": "$filter", "value": "", "type": "query", "description": "\nFilters the results of the Contacts API call so that only those records that match the filter criteria are included.\nSee [Filtering the results](http://gethelp.wildapricot.com/en/articles/502#filtering) for details.\n" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.wildapricot.org/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "WildApricot Saved Search and Found Contacts." } ] } ], "bundled": true }