Skip to main content

The sys.uri of an entry is now null if not attached to a node

Log in to add to favourites
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "sys": { "id": "71f73a9b-2a13-4d63-bcc1-e8ee5047b01c", "contentTypeId": "movie", "projectId": "movieDb", "language": "en-GB", "uri": "/api/delivery/projects/website/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c", "dataFormat": "entry", "metadata": {}, "version": { "createdBy": "s.derrickson", "created": "2016-10-12T09:29:18.5144641+01:00", "modifiedBy": "b.cumberbatch", "modified": "2016-10-13T10:15:12.1973648+01:00", "publishedBy": "b.cumberbatch", "published": "2016-10-13T10:15:12.1973648+01:00", "versionNo": "2.0" } } }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "sys": { "id": "71f73a9b-2a13-4d63-bcc1-e8ee5047b01c", "contentTypeId": "movie", "projectId": "movieDb", "language": "en-GB", "uri": null, "dataFormat": "entry", "metadata": {}, "version": { "createdBy": "s.derrickson", "created": "2016-10-12T09:29:18.5144641+01:00", "modifiedBy": "b.cumberbatch", "modified": "2016-10-13T10:15:12.1973648+01:00", "publishedBy": "b.cumberbatch", "published": "2016-10-13T10:15:12.1973648+01:00", "versionNo": "2.0" } } }

Still need help?

New support request