Advertisement
Guest User

Kentico Kontent Entry JSON

a guest
Jul 21st, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.65 KB | None | 0 0
  1. {
  2.   "items": [
  3.     {
  4.       "system": {
  5.         "id": "9bc2b10e-0cdf-4a4b-983d-4726850d44d6",
  6.         "name": "FieldTypesEntry",
  7.         "codename": "fieldtypesentry",
  8.         "language": "default",
  9.         "type": "fieldtypes",
  10.         "sitemap_locations": [],
  11.         "last_modified": "2020-07-21T12:12:10.0069493Z"
  12.       },
  13.       "elements": {
  14.         "numberfield": {
  15.           "type": "number",
  16.           "name": "NumberField",
  17.           "value": 5
  18.         },
  19.         "datetimefield": {
  20.           "type": "date_time",
  21.           "name": "DateTimeField",
  22.           "value": "2020-07-30T00:00:00Z"
  23.         },
  24.         "assetfield": {
  25.           "type": "asset",
  26.           "name": "AssetField",
  27.           "value": [
  28.             {
  29.               "name": "bird.png",
  30.               "description": null,
  31.               "type": "image/png",
  32.               "size": 121414,
  33.               "url": "https://assets-us-01.kc-usercontent.com:443/6795dbb3-a7d8-0072-8f8c-0550a61f4f98/2cfc42b4-da4c-4f7b-9d3b-3f396670adfc/bird.png",
  34.               "width": 900,
  35.               "height": 900
  36.             }
  37.           ]
  38.         },
  39.         "stringfield": {
  40.           "type": "text",
  41.           "name": "StringField",
  42.           "value": "String Field Value"
  43.         },
  44.         "richtextfield": {
  45.           "type": "rich_text",
  46.           "name": "RichTextField",
  47.           "images": {},
  48.           "links": {},
  49.           "modular_content": [],
  50.           "value": "<p>This is <strong>Formatted</strong> Text</p>"
  51.         }
  52.       }
  53.     }
  54.   ],
  55.   "modular_content": {},
  56.   "pagination": {
  57.     "skip": 0,
  58.     "limit": 0,
  59.     "count": 1,
  60.     "next_page": ""
  61.   }
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement