ca-orbus-sapi
Models
GET - /odata/models
Summary:
Gets a list of models.
Query Parameters
Name | Type | Description |
---|---|---|
includeDeactivated | boolean | Set to true to include deactivated models in the result. Default value : false |
$select | string | Limits the properties returned in the result. |
$expand | string | Indicates the related entities to be represented inline. Allowed expansion properties: Solutions, CreatedBy, LastModifiedBy, BaselineModel. |
$filter | string | Restricts the set of items returned. The maximum number of expressions is 100. The allowed properties are: ModelId, Name, Solutions |
$orderby | string | Specifies the order in which items are returned. The maximum number of expressions is 5. |
$top | integer | Limits the number of items returned from a collection. The maximum value is 50. |
$skip | integer | Excludes the specified number of items of the queried collection from the result. |
$count | boolean | Indicates whether the total count of items within a collection is returned in the result. |