MangoServer icon indicating copy to clipboard operation
MangoServer copied to clipboard

Container Response of Embedded IRIs does not provide a list of IRIs

Open tkanai opened this issue 7 years ago • 0 comments

It provides a list of Object, instead.

   "items": [
      {
        "id": "http://localhost:8080/annos/10edfd9c-30f8-402e-9fcf-2a0f15e07bdc"
      }, 
      {
        "id": "http://localhost:8080/annos/6c2e3207-3c35-4301-b205-4d1f4c2b54eb"
      }, 
      {
        "id": "http://localhost:8080/annos/7319f2b6-c30a-4dac-88d3-76d98e5a7d29"
      }, 
      {
        "id": "http://localhost:8080/annos/a3468f2d-e6b2-49c0-9b3e-43bba40261a7"
      }
    ]

tkanai avatar May 11 '17 03:05 tkanai