Read a set of entries from Feature.
GET {{baseUrl}}/Feature?$top=<integer>&$skip=<integer>&$filter=<string>&$inlinecount=none&$orderby=CnsldtnFeatureText,CnsldtnFeatureFromFiscalYear&$select=CnsldtnFeatureText,CnsldtnFeature
This entity helps you determine which features from group reporting are active with the new reporting logic and can be consumed using the API.
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 | |
$filter | string | Filter items by property values, see Filtering | |
$inlinecount | string | Include count of items, see Inlinecount | |
$orderby | string | Order items by property values, see Sorting | |
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"d":{"__count":"\u003cstring\u003e","results":[{"CnsldtnFeature":"\u003cstring\u003e","CnsldtnFeatureText":"\u003cstring\u003e","CnsldtnFeatureIsActive":"\u003cboolean\u003e","CnsldtnFeatureFromFiscalYear":"\u003cstring\u003e"},{"CnsldtnFeature":"\u003cstring\u003e","CnsldtnFeatureText":"\u003cstring\u003e","CnsldtnFeatureIsActive":"\u003cboolean\u003e","CnsldtnFeatureFromFiscalYear":"\u003cstring\u003e"}]}}