[Survey] Lấy danh sách khảo sát - duyit2405/portal-app GitHub Wiki

Request

  • Method: GET

  • URL: /api/Survey/GetSurveys?wereExpired={true or false}

  • FULL URL WITH SERVER: http://vsn.thenhan.com/api/Survey/GetSurveys?wereExpired={true or false}

  • Note For URL:

  • wereExpired: true nếu chỉ lấy ds khảo sát, false nếu lấy danh sách đã kết thúc

  • Header:

    Authorization:Bearer {access_token}

  • Description: API Lấy danh sách khảo sát

  • Note For Response:

Parameter URL: N/A

  • Post Data: N/A

  • Response: Respone trả về Id của khảo sát

[
  {
    "ID": 6,
    "Title": "Danh sách",
    "Deadline": "2017-11-09T00:00:00+07:00",
    "AuthorDetail": {
      "BusinessEntityID": 583,
      "DisplayName": "Phúc Nguyễn",
      "Avatar": "/Download/avatar/1037/2116/583.gif?1508656682851"
    }
  },
  {
    "ID": 7,
    "Title": "Danh sách",
    "Deadline": "2017-11-09T00:00:00+07:00",
    "AuthorDetail": {
      "BusinessEntityID": 583,
      "DisplayName": "Phúc Nguyễn",
      "Avatar": "/Download/avatar/1037/2116/583.gif?1508656682851"
    }
  }
]