Metadata Metamodel Resource Model APIs

Metadata Metamodel Resource Model APIs

The Model service provides operations to retrieve information about models. A structure is used as a model if it is used for persisting data about an entity. Some of the fields in the model structure are also used for creating indexes for querying.

One or more services can operate on the same resource type. One or more services can provide the model structure for an entity of this resource type. Using Model service you can retrieve the list of all the structure elements that are model structures for a given resource type.

Operations
GET
List Resource Id Metamodel Model
Returns the set of identifiers for the structure elements that are models for the resource type corresponding to resourceId. The Structure service provides operations to retrieve more details about the structure elements corresponding to the identifiers returned by this operation.