[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Updated: (ODATA-323) InlineCount should just be boolean
[ http://tools.oasis-open.org/issues/browse/ODATA-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ralf Handl updated ODATA-323:
-----------------------------
Proposal:
support $count as a replacement for $inlinecount as a query parameter and expand options. i.e.;
- /customers?$count=true returns customers with inline count
- /customers?$count=1 returns customers with inline count
- /customers?$expand=orders($count=true) returns customers and their orders with inline count
- /customers?$expand=orders($count=1) returns customers and their orders with inline count
change the ABNF for $inlinecount to:
inlinecount = '$count
was:
support $count as a query parameter and expand options. i.e.;
- /customers?$count returns customers with inline count
- /customers?$expand=orders($count) returns customers and their orders with inline count
change the ABNF for $inlinecount to:
inlinecount = '$count
> InlineCount should just be boolean
> ----------------------------------
>
> Key: ODATA-323
> URL: http://tools.oasis-open.org/issues/browse/ODATA-323
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Bug
> Components: OData ABNF Construction Rules, OData Protocol
> Affects Versions: V4.0_WD01
> Environment: [Proposed]
> Reporter: Michael Pizzo
> Fix For: V4.0_WD01
>
>
> Today a client specifies that they want a count of entities returned inline by specifying the query option $inlinecount=allpages.
> the value "allpages" is meaningless and implies there is some other "singlepage" or "mostpages" or "everyotherpage" option.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]