search API (develop:c14720)

Download OpenAPI specification:

License: None

Automatically generated swagger spec for the search stack.

SearchService

SearchService_GenerateApiKey

Request Body schema: application/json
required
accountId
required
string <int64>

Responses

Request samples

Content type
application/json
{
  • "accountId": "string"
}

Response samples

Content type
application/json
{
  • "key": "string"
}

SearchService_GenerateUnauthorizedApiKey

Request Body schema: application/json
required
object (searchGenerateUnauthorizedApiKeyRequest)

Responses

Request samples

Content type
application/json
{ }

Response samples

Content type
application/json
{
  • "key": "string"
}

SearchService_UpdateOngoing

Request Body schema: application/json
required
entityIds
required
Array of strings

Responses

Request samples

Content type
application/json
{
  • "entityIds": [
    ]
}

Response samples

Content type
application/json
{
  • "ongoing": true
}

TableService

TableService_LoadSettings

query Parameters
accountId
string <int64>

Responses

Response samples

Content type
application/json
{
  • "tableSettings": [
    ]
}

TableService_SaveSettings

Request Body schema: application/json
required
accountId
required
string <int64>
columns
required
Array of strings
table
required
string

Responses

Request samples

Content type
application/json
{
  • "accountId": "string",
  • "columns": [
    ],
  • "table": "string"
}

Response samples

Content type
application/json
{
  • "tableSettings": {
    }
}