-
Notifications
You must be signed in to change notification settings - Fork 0
/
strapi-raw-data2.json
86 lines (86 loc) · 2.09 KB
/
strapi-raw-data2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"contentType":{
"uid":"application::rel.rel",
"apiId":"raw",
"schema":{
"name":"raw",
"description":"",
"draftAndPublish":true,
"connection":"default",
"kind":"collectionType",
"collectionName":"raws",
"attributes":{
"rawRich":{
"type":"richtext",
"Order":1
},
"rawText":{
"type":"string",
"Order":0
},
"related_type":{
"private":false,
"unique":false,
"nature":"oneToOne",
"target":"application::raw.raw",
"dominant":false,
"targetAttribute":"raw",
"Order":2
}
},
"editable":true
}
},
"content":{
"results":[
{
"created_at":"2021-03-09T13:38:00.838Z",
"created_by":{
"blocked":null,
"email":"[email protected]",
"firstname":"admin",
"id":1,
"isActive":true,
"lastname":"admin",
"registrationToken":null,
"resetPasswordToken":null,
"username":null
},
"id":1,
"published_at":"2021-03-09T13:38:06.750Z",
"rawRich":" raw body\n",
"rawText":"raw 1",
"related_type":{
"created_at":"2021-03-09T13:37:49.479Z",
"created_by":1,
"id":1,
"published_at":"2021-03-09T13:38:04.584Z",
"raw":1,
"relatedTitle":"related 1",
"updated_at":"2021-03-09T13:38:09.306Z",
"updated_by":1
},
"updated_at":"2021-03-09T13:38:09.309Z",
"updated_by":{
"blocked":null,
"email":"[email protected]",
"firstname":"admin",
"id":1,
"isActive":true,
"lastname":"admin",
"registrationToken":null,
"resetPasswordToken":null,
"username":null
}
}
]
},
"system":{
"name":"strapi",
"version":"4.3.0",
"date":"2021-03-09 13:41:05.638736068 +0000 UTC m=+441.003142649"
},
"audit":{
"date":"2021-03-09 13:41:05.638736068 +0000 UTC m=+441.003142649"
}
}