[Ideal] Lấy danh sách ý tưởng - duyit2405/portal-app GitHub Wiki

Request

  • Method: GET

  • URL: /api/Idea/GetIdeas

  • FULL URL WITH SERVER: http://vsn.thenhan.com/api/Idea/GetIdeas

  • Header: Authorization: Bearer {access token}

  • Description: Lấy danh sách ý tưởng

  • Note For Response:

Parameter URL: N/A

  • Response:
[
  {
    "ID": 2,
    "Title": "Ý tưởng 1",
    "Description": "nội dung ý tưởng",
    "CreatedTime": "2017-10-04T12:09:33.39+07:00",
    "LastModified": "2017-10-04T12:09:33.39+07:00",
    "AuthorDetail": {
      "BusinessEntityID": 21,
      "DisplayName": "Administrator",
      "Avatar": "/Download/avatar/12790/1970/21.jpg?1450319236086"
    },
    "AverageRating": "0"
  }
]