Get Specified Schema
Retrieve the specified schema for service and class
Request
URI
GET
https://{api_host}/iaas-proxy-provider/api/services/{serviceId}/data-service/schema/{classId}/types/{typeFilter}
COPY
Path Parameters
string
serviceId
Required
The ID of the IaaS service as registered in the Component Registry service.
string
classId
Required
The class id of object.
string
typeFilter
Required
The specified type of schema.
Responses
200
The specified type of schema is retrieved.
Returns Schema of type(s) */*
{
"fields": [
{
"permissibleValues": {
"customAllowed": false
},
"displayAdvice": "string",
"columns": [
"Field Object"
],
"dataType": {
"typeId": "string"
},
"isMultiValued": false,
"description": "string",
"orderIndex": 0,
"id": "string",
"label": "string",
"state": {
"dependencies": [
"string"
],
"facets": [
{}
]
}
}
]
}