GET api/{version}/WeeklyQuestion/GetWeeklyQuestionUrl?studentPushNotificationId={studentPushNotificationId}&studentId={studentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentPushNotificationId

integer

Required

studentId

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

QuestionOftheWeekResponse
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusMessage

string

None.

ErrorMessage

Object

None.

ReturnValue

ReturnValue

None.

result_code

Object

None.

HttpStatus

integer

None.

IsAllowAccess

boolean

None.

StudentProductId

integer

None.

RegistrationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 1,
  "StatusMessage": "sample string 2",
  "ErrorMessage": {},
  "ReturnValue": {
    "TestLink": "sample string 1",
    "StatusCode": 2,
    "MobileStatusCode": 3,
    "ResponseMessage": "sample string 4"
  },
  "result_code": {},
  "HttpStatus": 5,
  "IsAllowAccess": true,
  "StudentProductId": 7,
  "RegistrationId": 8
}