All properties, variables, and attributes that have a string data type cannot exceed a length of 64135 characters when part of a PUT, POST, or PATCH operation payload.
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Creates a new model definition based on the request payload. The model
definition is defined by selecting components from the set of possible
components the information model supports (properties, variables, methods,
references, and attributes). The selection is done by adding them to the model
definition. Additionally, shared elements can be defined such as properties that
should have common semantics across all types within this model definition. A
common property serves as an example. The semantics of the model definition that
defines common elements are not required to be defined in the types; however, if
they are defined they must conform to the definition.
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Retrieves a model definition based on its modelId. By specifying the
includeDeleted parameter, this can also be used to retrieve a model definition
that has been marked as deleted.
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Updates a model definition based on its modelId. The model definition must be
backwards compatible to the previous one. For example, no removal of components
such as "variables" is allowed. The version attribute provided in the request
must match the version on the server or the request will be rejected.
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
This marks a model definition as deleted. No new types can be added to it. So
far no cascading delete for the contained types will be done. The model
definition will stay in the database and the modelId will stay reserved, as this
is a soft delete. To delete the entity completely (hard delete), please contact
the Operations Team.
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
The following filtering properties are available: - typeId: string - name: string - tags:
array[string] - version: string
If version is not specified in the filter, the latest version of the type definition is retrieved. If any version is included in the filter, the version(s) from filter are retrieved
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Adds a new type definition to the given model definition. The type definition
must be either a new typeId, or the provided version property must conform to
the semantic versioning rules for type definitions. Otherwise, the request will
be rejected. Note that there is NO update of a type definition. If changes need
to be made, at minimum a minor or patch version increase is required. Therefore,
there is also no PUT operation on this endpoint.
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Gets latest (based on its version) type definition based on versions for
specific modelId and typeId. Deleted type definitions can also be retrieved by
this operation, if the includeDeleted flag is set to "true".
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Marks the type definition as deleted. No new instances can be created and no new
versions added. The type definition will stay in the database though, as this is
a soft delete. To delete the entity completely (hard delete), please contact
the Operations Team.
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Retrieves a list of available versions for the given typeId. In order to
retrieve the versions of a soft-deleted type definition, the includeDeleted flag
must be set to "true".
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors
Retrieves a specific type definition identified by its modelId and typeId.
Additionally, a version number needs to be supplied which can be partial (e.g.,
1 or 1.1) which means that the latest sub-version of that version will be
returned (e.g., 1.2.5 or 1.1.3). In order to retrieve the specified version of a
soft-deleted type definition, the includeDeleted flag must be set to "true".
Service error. Service has encountered one or more unexpected conditions that prevented it from fulfilling the request, which may or may not be temporary. Response will contain more details about these errors