Investigator API
Configuration
The API configuration is designed to enable seamless integration by managing your favorite searches, locations, SKUs, and user preferences.
Operations
The Configuration Resource has the following operations available
Verb | Operation Id | End Point | Description |
---|---|---|---|
GET | GET Saved Search | /api/configuration/user/savedsearch | Gets the list of saved searches for a specific user. |
POST | POST Saved Search | /api/configuration/user/savedsearch | Creates a new saved search. |
GET | GET Saved Search By Id | /api/configuration/user/savedsearch/{id} | Gets a saved search by its ID. |
DELETE | DELETE Saved Search | /api/configuration/user/savedsearch/{id} | Deletes a saved search by its ID. |
PUT | PUT Saved Search | /api/configuration/user/savedsearch/{id} | Updates a saved search. |
GET | GET Saved Search Folder By FolderId | /api/configuration/user/savedsearch/folder/{folderId} | Retrieves a specific saved search folder for a user. |
DELETE | DELETE Saved Search Folder | /api/configuration/user/savedsearch/folder/{folderId} | Deletes a saved search folder for a user. |
PUT | PUT Saved Search Folder | /api/configuration/user/savedsearch/folder/{folderId} | Updates an existing saved search folder for a user. |
GET | GET Saved Search Folder | /api/configuration/user/savedsearch/folder | Retrieves all saved search folders for a specific user. |
POST | POST Saved Search Folder | /api/configuration/user/savedsearch/folder | Creates a new saved search folder for a user. |
GET | GET Countries | /api/configuration/SearchConfiguration/countries | Retrieves the list of countries. |
GET | GET Search Options | /api/configuration/SearchConfiguration/searchoptions | Retrieves the list of search options. |
GET | GET List Items By | /api/configuration/SearchConfiguration/listitemsby | Retrieves the list of items to be listed by. |
GET | GET States | /api/configuration/SearchConfiguration/states | Retrieves the list of states. |
GET | GET Counties | /api/configuration/SearchConfiguration/counties | Retrieves the list of counties based on the state parameter. |
GET | GET Locations | /api/configuration/SearchConfiguration/locations | Retrieves the list of locations. |
GET | GET Product Groups | /api/configuration/SearchConfiguration/productgroups | Retrieves the list of product groups. |
GET | GET Product Items | /api/configuration/SearchConfiguration/productitems | Retrieves the list of product items based on the product group code. |
GET | GET Customer Types | /api/configuration/SearchConfiguration/customertypes | Retrieves the list of customers. |
GET | GET Providers | /api/configuration/SearchConfiguration/providers | Retrieves the list of providers. |
GET | GET Skus | /api/configuration/SearchConfiguration/skus | Retrieves the list of SKUs. |
GET | GET Releases | /api/configuration/SearchConfiguration/releases | Retrieves the list of content releases. |
GET | GET Pgpis | /api/configuration/SearchConfiguration/pgpis | Retrieves the list of PGPIs. |
GET | GET UserPreference | /api/configuration/UserPreference | Get user preference by ID and user ID. |
POST | POST UserPreference | /api/configuration/UserPreference | Create a new user preference. |
DELETE | DELETE UserPreference | /api/configuration/UserPreference | Delete a user preference by ID and user ID. |
PUT | PUT UserPreference | /api/configuration/UserPreference | Update an existing user preference. |