GET /v6/compliance/indices

GET /v6/compliance/indices

Query parameters

  • text string Required

Responses

  • OK

    Hide response attributes Show response attributes object
    • res object | null
      Hide res attribute Show res attribute object | null
      • * number(double) Additional properties
    • error string | null
    Hide response attributes Show response attributes object
    • res object | null
      Hide res attribute Show res attribute object | null
      • * number(double) Additional properties
    • error string | null
    Hide response attributes Show response attributes object
    • res object | null
      Hide res attribute Show res attribute object | null
      • * number(double) Additional properties
    • error string | null
GET /v6/compliance/indices
curl \
 --request GET 'http://api.example.com/v6/compliance/indices?text=string'
Response examples (200)
{
  "res": {
    "additionalProperty1": 42.0,
    "additionalProperty2": 42.0
  },
  "error": "string"
}
Response examples (200)
{
  "res": {
    "additionalProperty1": 42.0,
    "additionalProperty2": 42.0
  },
  "error": "string"
}