Get a list of KMs

List of Knowledge Models defined in an EMS team

SecurityBearerAuth or ApiKeyAuth
Request
query Parameters
page
integer >= 0
Default: 0

The page number of the result, starting by 0 (first page)

pageSize
integer >= 1
Default: 50

The number of items returned in a page.

sort
string

Defines the strategy to proceed for case insensitive sorting. It must be just one field, and it should start with "+" to apply ASC order or "-" to apply DESC order. Non prefix will sort as ASC. Non existing field at the header will throw an error

Example: sort=-field1
Responses
200

List of Knowledge Model ids and names

400

Bad Request.

401

Unauthorized access.

403

Forbidden.

429

Too Many Requests.

500

Internal Server Error.

503

Service Unavailable.

get/api/knowledge-models
Request samples
Response samples
application/json
{
  • "content": [
    ],
  • "page": 0,
  • "pageSize": 50,
  • "total": 1,
  • "sort": "+id"
}