1REQUEST:
2GET /dw/data/v23_1/library/SiteGenesis/content/about-us HTTP/1.1
3Host: example.com
4Accept: application/json
5
6RESPONSE:
7HTTP/1.1 200 OK
8Content-Length: 569
9Cache-Control: max-age=0,no-cache,no-store,must-revalidate
10Content-Type: application/json;charset=UTF-8
11
12{
13 "_v" : "23.1",
14 "_resource_state" : "ba4e84383e1790597e49eeee34b201633d80ed3f499992f5af11d639dd903a36"
15 "description" : {
16 "default" : "It all started with a series of observations..."
17 },
18 "id" : "about-us",
19 "link" : "https://example.com/s/-/dw/data/v23_1/libraries/SiteGenesis/content/about-us",
20 "name" : {
21 "default" : "About Us"
22 },
23 "c_body" : {
24 "default" : "<h1 class=\"content-header\">About Us</h1><h2>It all started with a series of observations:</h2> ...",
25 "de-DE" : "<h1 class=\"content-header\">Über uns</h1><h2>Alles begann mit einer Reihe von Untersuchungen:</h2> ..."
26 },
27 "c_greeting" :
28 {
29 "default" : "hello",
30 "en" : "Good day",
31 "en-US" : "How are you?",
32 "en-GB" : "How do you do?",
33 "de" : "Hallo",
34 "de-DE" : "Guten Tag",
35 "fr" : "Bonjour"
36 }
37}