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

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$filterstringFilter items by property values, see Filtering
$inlinecountstringInclude count of items, see Inlinecount
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;d&quot;:{&quot;__count&quot;:&quot;\u003cstring\u003e&quot;,&quot;results&quot;:[{&quot;CnsldtnFeature&quot;:&quot;\u003cstring\u003e&quot;,&quot;CnsldtnFeatureText&quot;:&quot;\u003cstring\u003e&quot;,&quot;CnsldtnFeatureIsActive&quot;:&quot;\u003cboolean\u003e&quot;,&quot;CnsldtnFeatureFromFiscalYear&quot;:&quot;\u003cstring\u003e&quot;},{&quot;CnsldtnFeature&quot;:&quot;\u003cstring\u003e&quot;,&quot;CnsldtnFeatureText&quot;:&quot;\u003cstring\u003e&quot;,&quot;CnsldtnFeatureIsActive&quot;:&quot;\u003cboolean\u003e&quot;,&quot;CnsldtnFeatureFromFiscalYear&quot;:&quot;\u003cstring\u003e&quot;}]}}