Compare Schemas
Compare schemas. Only users with the Standard Registry role are allowed to make the request.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
schemaId1stringOptionalExample:
000000000000000000000001schemaId2stringOptionalExample:
000000000000000000000001idLvlone ofOptionalExample:
0Possible values: stringOptional
numberOptional
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
post
/analytics/compare/schemasPOST /api/v1/analytics/compare/schemas HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 91
{
"schemaId1": "000000000000000000000001",
"schemaId2": "000000000000000000000001",
"idLvl": "0"
}{
"fields": {},
"left": {},
"right": {},
"total": {}
}Last updated
Was this helpful?