3. Resources
3.2. Search-profile-controller
Search Profile Controller
3.2.1. Get search profiles
GET /v1/searchprofiles
Parameters
| Type | Name | Description | Schema |
|---|---|---|---|
Query |
catalogVersions |
Filter for catalog versions |
string |
Query |
code |
Filter for search profile code |
string |
Query |
currentPage |
Current page number |
integer(int32) |
Query |
fields |
Response configuration (list of fields, which should be returned in response) |
string |
Query |
indexTypes |
Filter for index types codes |
string |
Query |
needsTotal |
Request total count |
boolean |
Query |
pageSize |
Page size |
integer(int32) |
Responses
| HTTP Code | Description | Schema |
|---|---|---|
200 |
OK |
|
401 |
Unauthorized |
No Content |
403 |
Forbidden |
No Content |
404 |
Not Found |
No Content |
4. Definitions
4.1. AsSearchProfileData
| Name | Schema |
|---|---|
catalogVersion |
string |
code |
string |
indexType |
string |
name |
string |
4.2. pagination
Pagination info
| Name | Description | Schema |
|---|---|---|
count |
Number of elements on this page |
integer(int32) |
page |
Current page number |
integer(int32) |
totalCount |
Total number of elements |
integer(int64) |
totalPages |
Total number of pages |
integer(int32) |
4.3. searchProfileList
List of search profiles
| Name | Schema |
|---|---|
pagination |
|
searchProfiles |
< AsSearchProfileData > array |