Returns Schema by Username
RETURNS ALL SYSTEM SCHEMAS BY USERNAME
Returns all System Schemas by Username
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
{
headers:
x-total-count:
schema:
type: integer
description: Total number of items in the collection.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Schema'
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated