Retrieve a list of demand buckets of a study demand.

GET {{baseUrl}}/StudyDemands({{ID}})/demandBuckets?$top=<integer>&$skip=<integer>&$search=<string>&$filter=<string>&$count=<boolean>&$orderby=dateValue desc,studyDemandUUID&$select=dateValue,dateValue

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;@odata.count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;value&quot;:[{&quot;studyDemandUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;dateValue&quot;:&quot;\u003cdate\u003e&quot;},{&quot;studyDemandUUID&quot;:&quot;\u003cuuid\u003e&quot;,&quot;dateValue&quot;:&quot;\u003cdate\u003e&quot;}]}