getTextSearchSettings

get

/ccadmin/v1/merchant/textSearch

Get the Text search settings

Request

There are no request parameters for this operation.

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : getTextSearchSettings_response
Nested Schema : scheduledJobs
Type: array
List of scheduled Jobs created. This feild is returned once setup is done and scheduled jobs are created
Nested Schema : scheduledJobsInputData
Type: array
List of scheduled Jobs Data given in the input. This feild is returned only when setup is 'inProgress'
Nested Schema : items
Type: object
Nested Schema : schedule
Type: object
Nested Schema : items
Type: object
Nested Schema : schedule
Type: object
Example application/json

{
    "setupRunning":false,
    "errorMessage":"",
    "enabled":false,
    "statusMessage":""
}
Default Response
The error response
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object

Examples

Sample Response Payload returned by endpoint:

{
  "setupRunning": false,
  "errorMessage": "",
  "enabled": false,
  "statusMessage": ""
}