PUT v2/SearchFieldsSetting
User roles allowed to make this request:
DomainAdministrator
Permissions required to make this request:
SearchFieldSetting.Write
SearchFieldSetting.Read
Update the domain's search fields.
Request Information
URI Parameters
None.
Body Parameters
Fields where search for respondent data. The maximum number of fields is 5.
SearchFieldsRequestModelName | Description | Type | Additional information |
---|---|---|---|
Fields | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Fields": [ "sample string 1", "sample string 2" ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Fields=IQueryable`1
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
Response Message
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Fields": [ "sample string 1", "sample string 2" ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.