Untitled

 avatar
unknown
json
3 years ago
1.1 kB
6
Indexable
{
    "question_details": {
        "id": 1,
        "title": "How to install Node js",
        "body": "Write here body",
        "tags": [
            "javascript",
            "php",
            "go"
        ],
        "approval": true,
        "viewCount": 0,
        "pinned_count": 8,
        "upvote_count": 20,
        "down_vote": 9,
        "createdAt": "2021-10-01T08:56:36.494Z",
        "updatedAt": "2021-11-15T06:46:20.980Z",
        "questionerId": 1,
        "User": {
            "userName": "maruf"
        },
        "Comments": [],
        "Answers": [
            {
                "id": 1,
                "body": "Write here answer body",
                "approval": true,
                "upvote_count": 2,
                "down_vote_count": 7,
                "accepted": false,
                "createdAt": "2021-10-19T14:09:55.826Z",
                "updatedAt": "2021-10-28T10:10:22.964Z",
                "respondentId": 4,
                "questionId": 1,
                "User": null,
                "Comments": []
            }
        ]
    },
    "total_answer": 1
}
Editor is loading...