v7

latestSwagger 2.02026-07-13322074.5 KB
Models

Retrieves model metadata and, optionally, model definitions. Status codes:

  • 200 OK
  • 400 Bad Request
    • InvalidArgument - The model id is invalid.
    • LimitExceeded - The maximum number of model ids allowed in 'dependenciesFor' has been reached.
  • 404 Not Found
    • ModelNotFound - The model was not found.
get/models

Query parameters

dependenciesForstring[]

If specified, only return the set of the specified models along with their dependencies. If omitted, all models are retrieved.

includeModelDefinitionboolean

When true the model definition will be returned as part of the result.

api-versionstring required

The requested API version.

Headers

max-items-per-pageinteger

The maximum number of items to retrieve per request. The server may choose to return less than the requested number.

Response

Success

nextLinkstring

A URI to retrieve the next page of objects.

All 32 operations