{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"slug": "string",
"title": "string",
"excerpt": "string",
"coverImage": "string",
"visibility": "PUBLIC",
"status": "DRAFT",
"pinned": true,
"publishedAt": "2019-08-24T14:15:22.123Z",
"category": {
"id": "string",
"slug": "string",
"name": "string"
},
"tags": [
{
"id": "string",
"slug": "string",
"name": "string"
}
],
"author": {
"id": "string",
"name": "string",
"image": "string"
},
"reviewedBy": {
"id": "string",
"name": "string",
"image": "string"
},
"reviewedAt": "2019-08-24T14:15:22.123Z",
"rejectionReason": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}