/
OP
openintegrationhub
/
OIH MetaData Service REST API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2019-08-15
Details
Filter operations
Domains
10
get
Retrieve the available domains for the authenticated user
post
Create a new Domain.
get
Retrieve a domain with given ID.
put
Update a domain by ID.
get
Retrieve the available models for the authenticated user.
post
Create schema.
post
Bulk import models.
get
Retrieve a schema by URI.
put
Update a schema with given URI.
delete
Delete a schema by uri
Domains
Retrieve a domain with given ID.
Provides details of a domain with a given ID.
get
/domains/{domainId}
Path parameters
domainId
string
required
Response
successful operation
object
required
data
Domain
Changes