Listing of Schema

SCHEMA LISTING

Returns all schemas

GET /schemas

Returns all schemas

Query Parameters

NameTypeDescription

pageIndex

Integer

The number of pages to skip before starting to collect the result set

pageSize

Integer

The numbers of items to return

{
    // Response
}

Last updated