Retrieve a list of demand forecast site group statuses.

GET {{baseUrl}}/DemandForecastSiteGroupStatuses?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=code,description desc&$select=code,description&$expand=texts,localized

Request Params

KeyDatatypeRequiredDescription
$topstringShow only the first n items, see Paging - Top
$skipstringSkip the first n items, see Paging - Skip
$searchstringSearch items by search phrases, see Searching
$filterstringFilter items by property values, see Filtering
$countstringInclude count of items, see Count
$orderbystringOrder items by property values, see Sorting
$selectstringSelect properties to be returned, see Select
$expandstringExpand related entities, see Expand

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;texts&quot;:[{&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;},{&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}],&quot;texts@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;localized&quot;:{&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;texts&quot;:[{&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;},{&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}],&quot;texts@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;localized&quot;:{&quot;locale&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;}}]}