Retrieve a list of ratio modes.
GET {{baseUrl}}/RatioMode?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=code,description desc&$select=code,description&$expand=texts,localized
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$top | string | Show only the first n items, see Paging - Top | |
$skip | string | Skip the first n items, see Paging - Skip | |
$search | string | Search items by search phrases, see Searching | |
$filter | string | Filter items by property values, see Filtering | |
$count | string | Include count of items, see Count | |
$orderby | string | Order items by property values, see Sorting | |
$select | string | Select properties to be returned, see Select | |
$expand | string | Expand related entities, see Expand |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"@odata.count":"\u003cnumber\u003e","value":[{"code":1,"description":"\u003cstring\u003e","texts":[{"locale":"\u003cstring\u003e","code":1,"description":"\u003cstring\u003e"},{"locale":"\u003cstring\u003e","code":1,"description":"\u003cstring\u003e"}],"texts@odata.count":"\u003cnumber\u003e","localized":{"locale":"\u003cstring\u003e","code":1,"description":"\u003cstring\u003e"}},{"code":1,"description":"\u003cstring\u003e","texts":[{"locale":"\u003cstring\u003e","code":1,"description":"\u003cstring\u003e"},{"locale":"\u003cstring\u003e","code":1,"description":"\u003cstring\u003e"}],"texts@odata.count":"\u003cnumber\u003e","localized":{"locale":"\u003cstring\u003e","code":1,"description":"\u003cstring\u003e"}}]}