Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
api:api_applications_id_offers_id_notes [2025/03/28 22:10] Lauriapi:api_applications_id_offers_id_notes [2025/03/28 22:45] (current) – [Response example] Lauri
Line 25: Line 25:
  
 ==== Response example ==== ==== Response example ====
 +
 +== API version >= 6 ==
 +
 +  {
 +    "1": {
 +        "created": "1970-01-01T00:00:01+00:00",
 +        "removed": null,
 +        "colour": "Yellow",
 +        "pinned": false,
 +        "collapsed": false,
 +        "Notes": "Some comments",
 +    },
 +    "2": {
 +        "created": "1970-01-01T00:00:01+00:00",
 +        "removed": null,
 +        "colour": "Salmon",
 +        "pinned": true,
 +        "collapsed": false,
 +        "Notes": "Some other comments",
 +    },
 +  }
 +
 +== API version  < 6 ==
  
   "Some comments"   "Some comments"