schemas
Get organisations schemas
Retrieves all Schemas owned by this organisation as a paginated response.
GET
/
organisations
/
{organisationId}
/
schemas
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredQuery Parameters
first
integer
default: 20before
string
after
string
sort
string
Response
200 - application/json
totalCount
integer
requirednext
string
prev
string
items
object[]
items.id
string
requireditems.type
string
requiredType denotes the type of schema the corresponding App is backed by. Currently the only supported value is "openapi", but other types such as "soap", "graphql" and "grpc" are on the roadmap.
items.version
string
requiredVersion denotes the version of the schema specification. This property is contextual based on the schema
type, for example openapi schemas will contain the OpenAPI specification version (currently only 3.0.x is
supported), but grpc
APIs could be "proto2" or "proto3".
items.sourceUrl
string
requiredURL is the private address for accessing the schema. This is not guaranteed to be publicly accessible and could be a non-HTTP protocol (i.e. gs:// or s3://)
items.createdAt
string
requireditems.updatedAt
string
requireditems.deletedAt
string