Last updated 1 year ago
#266:
Change request updated 1 year ago
GET /api/v1/Schema/{id}
GET
/api/v1/Schema/{id}
{ "schema": "...", "osUpdatedAt": "2022-11-22T10:30:27.602Z", "osCreatedAt": "2022-11-22T10:30:27.602Z", "osUpdatedBy": "0eaf6099-9591-42bb-ac5a-21bbc2b47493", "name": "schema", "osCreatedBy": "0eaf6099-9591-42bb-ac5a-21bbc2b47493", "osid": "1-1a2f15e7-6c54-40e9-a689-68628a3d69df", "osOwner": [ "0eaf6099-9591-42bb-ac5a-21bbc2b47493" ], "status": "{schemaStatus}" }
curl --location --request GET '{registry-url}/api/v1/Schema/{id}' \ --header 'Authorization: Bearer {access-token}' \ --header 'Content-Type: application/json'
http GET '{registry-url}/api/v1/Schema/{id}' \ Authorization:'Bearer {access-token}' \ Content-Type:'application/json'
{registry-url} is usually http://localhost:{port}. The port can be found under the registry section in the docker-compose.yml file and is usually 8081
{registry-url}
registry
docker-compose.yml
8081
id*
String
ID of Schema to be fetched
content-type*
Set to application/json
application/json
authorization
Set to Bearer {access-token} . The token should be a admin token
Bearer {access-token}