ca-orbus-sapi

(0 reviews)

Solutions

GET - /odata/solutions

Summary:

Gets a list of solutions

Description:

A list of solutions and their details.

Query Parameters

NameTypeDescription
$selectstringLimits the properties returned in the result.
$expandstringIndicates the related entities to be represented inline. Allowed expansion properties: Models, CreatedBy, LastModifiedBy.
$filterstringRestricts the set of items returned. The maximum number of expressions is 100. The allowed properties are: SolutionId, Name, Models.
$orderbystringSpecifies the order in which items are returned. The maximum number of expressions is 5.
$topintegerLimits the number of items returned from a collection. The maximum value is 50.
$skipintegerExcludes the specified number of items of the queried collection from the result.
$countbooleanIndicates whether the total count of items within a collection is returned in the result.

Reviews