Get all AI models
GET/api/v2/aimodel
Gets a list containing all the AIModels.
Request
Query Parameters
page int32
Default value: 1
pageSize int32
Default value: 20
term string
culture string
Use this param to override the culture of the response. Options: - en (default) - es
Responses
- 200
 - 401
 - 403
 - 404
 - 500
 
Success
- text/plain
 - application/json
 - text/json
 
- Schema
 - Example (from schema)
 
Schema
Array [
Array [
]
]
Array [
]
items
object[]
nullable
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
name stringnullable
modelId stringnullable
vendor stringnullable
updateURL stringnullable
deleteURL stringnullable
total int64
pageSize int32
page int32
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
defaultModelId stringnullable
getPageURL stringnullable
createURL stringnullable
{
  "items": [
    {
      "links": [
        {
          "method": "string",
          "url": "string",
          "rel": "string"
        }
      ],
      "name": "string",
      "modelId": "string",
      "vendor": "string",
      "updateURL": "string",
      "deleteURL": "string"
    }
  ],
  "total": 0,
  "pageSize": 0,
  "page": 0,
  "links": [
    {
      "method": "string",
      "url": "string",
      "rel": "string"
    }
  ],
  "defaultModelId": "string",
  "getPageURL": "string",
  "createURL": "string"
}
- Schema
 - Example (from schema)
 
Schema
Array [
Array [
]
]
Array [
]
items
object[]
nullable
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
name stringnullable
modelId stringnullable
vendor stringnullable
updateURL stringnullable
deleteURL stringnullable
total int64
pageSize int32
page int32
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
defaultModelId stringnullable
getPageURL stringnullable
createURL stringnullable
{
  "items": [
    {
      "links": [
        {
          "method": "string",
          "url": "string",
          "rel": "string"
        }
      ],
      "name": "string",
      "modelId": "string",
      "vendor": "string",
      "updateURL": "string",
      "deleteURL": "string"
    }
  ],
  "total": 0,
  "pageSize": 0,
  "page": 0,
  "links": [
    {
      "method": "string",
      "url": "string",
      "rel": "string"
    }
  ],
  "defaultModelId": "string",
  "getPageURL": "string",
  "createURL": "string"
}
- Schema
 - Example (from schema)
 
Schema
Array [
Array [
]
]
Array [
]
items
object[]
nullable
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
name stringnullable
modelId stringnullable
vendor stringnullable
updateURL stringnullable
deleteURL stringnullable
total int64
pageSize int32
page int32
links
object[]
nullable
method stringnullable
url stringnullable
rel stringnullable
defaultModelId stringnullable
getPageURL stringnullable
createURL stringnullable
{
  "items": [
    {
      "links": [
        {
          "method": "string",
          "url": "string",
          "rel": "string"
        }
      ],
      "name": "string",
      "modelId": "string",
      "vendor": "string",
      "updateURL": "string",
      "deleteURL": "string"
    }
  ],
  "total": 0,
  "pageSize": 0,
  "page": 0,
  "links": [
    {
      "method": "string",
      "url": "string",
      "rel": "string"
    }
  ],
  "defaultModelId": "string",
  "getPageURL": "string",
  "createURL": "string"
}
The user is unauthorized or the session expired
The user does not have permission
The entity was not found
There was an unexpected error
Loading...