Uploaded image for project: 'OASIS Open Data Protocol (OData) TC'
  1. OASIS Open Data Protocol (OData) TC
  2. ODATA-9

allow expressions in the $select query option

    XMLWordPrintable

    Details

      Description

      OData could be extended to allow expressions in the $select query option, allowing derived values to be returned along with the properties of an entity.

      This could be expressed as:

      http://odata.netflix.com/v2/Catalog/Titles?$select=Name,substring(ShortSynopsis,20) as Summary

      or

      http://odata.netflix.com/v2/Catalog/Titles?$select=Name&$extendedSelect=substring(ShortSynopsis,20) as Summary

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              andrew.eisenberg Andrew Eisenberg
            • Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: