Add an example showing a delta link and nested next link in the same response payload

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • V4.01_OS
    • Affects Version/s: None
    • Component/s: JSON Format
    • None
    • Environment:

      Proposed and optimistically applied

    • Hide
      {
        "@context": "http://host/service/$metadata#Customers/$entity/$delta",
        ...
        "Orders@count": 42,
        "Orders": [ ... ],
        "Orders@nextLink": "...",
        ...
        "@deltaLink": "Customers?$deltatoken=...",
      }
      

       

      Show
      {   "@context" : "http: //host/service/$metadata#Customers/$entity/$delta" ,   ...   "Orders@count" : 42,   "Orders" : [ ... ],   "Orders@nextLink" : "..." ,   ...   "@deltaLink" : "Customers?$deltatoken=..." , }  
    • Show
      https://www.oasis-open.org/committees/download.php/66428/odata-json-format-v4.01-wd09-2019-12-18.docx

      Add an example showing a delta link and nested next link in the same response payload.

            Assignee:
            Unassigned
            Reporter:
            matt.borges
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: