Index

List indexes

get/api/index

Query parameters

page_numinteger

page num

page_sizeinteger

page size

sort_bystring

sort by

descboolean

desc

namestring

name

Response

OK

listCoreIndex[]

Example response

{
  "page": {
    "total": 1,
    "page_num": 0,
    "page_size": 6
  },
  "list": [
    null,
    null
  ]
}

Changes

Changed in 2 of the 3 revisions of this API.277

    • the response's body type changed from array to object for status

      response-body-type-changed

    • added the new optional query request parameter desc

      new-optional-request-parameter

    • added the new optional query request parameter name

      new-optional-request-parameter

    • added the new optional query request parameter page_num

      new-optional-request-parameter

    • added the new optional query request parameter page_size

      new-optional-request-parameter

    • added the new optional query request parameter sort_by

      new-optional-request-parameter

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • b796c7453ce717See the full diff
    • the response's body type changed from object to array for status

      response-body-type-changed

    • deleted the query request parameter desc

      request-parameter-removed

    • deleted the query request parameter name

      request-parameter-removed

    • deleted the query request parameter page_num

      request-parameter-removed

    • deleted the query request parameter page_size

      request-parameter-removed

    • deleted the query request parameter sort_by

      request-parameter-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog