[Ideal] Lấy chi tiết ý tưởng - duyit2405/portal-app GitHub Wiki
Request
-
Method: GET
-
URL: /api/Idea/GetIdeaByID/{IdealId}
-
FULL URL WITH SERVER: http://vsn.thenhan.com/api/Idea/GetIdeaByID/{IdealId}
-
Header: Authorization: Bearer {access token}
-
Description: Lấy thông tin chi tiết 1 ý tưởng
-
Note For Response:
Parameter URL: N/A
- Response:
{
"ID": 2,
"Title": "Ý tưởng 1",
"Description": "nội dung ý tưởng",
"ContentText": "Mô tả ý tưởng",
"ContentHtml": "Mô tả ý tưởng",
"CreatedTime": "2017-10-04T12:09:33.39+07:00",
"LastModified": "2017-10-04T12:09:33.39+07:00",
"Status": 0,
"AuthorDetail": {
"BusinessEntityID": 21,
"DisplayName": "Administrator",
"Avatar": "/Download/avatar/12790/1970/21.jpg?1450319236086"
},
"Liked": false,
"TotalLike": 0,
"TotalComment": 0,
"Rating": 0,
"AverageRating": "0",
"NumberOfRating": 0
}