GET api/FlashCard/GetFlashCards
Get all the flash card for one flash card set
Request Information
URI Parameters
None.
Body Parameters
FlashCardInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentId |
Get or set the student Id |
integer |
None. |
| StudentCourseMaterialId |
Get or set the StudentCourseMaterialId |
integer |
None. |
| FlashcardSetAttemptsId |
Get or set the FlashcardSetAttemptsId |
integer |
None. |
| VersionId |
Get or set the VersionId |
string |
None. |
| FlashCardSetId |
Get or set the FlashCardSetId |
integer |
None. |
| FlashCardId |
Get or set the FlashCardId |
integer |
None. |
| CardNo |
Get or set the CardNo of the flash card |
string |
None. |
| OrderSequence |
Get or set the OrderSequence of the flash card |
integer |
None. |
| StartTime |
Get or set the StartTime of the flash card |
date |
None. |
| EndTime |
Get or set the EndTime of the flash card |
date |
None. |
| DurationSpendInSeconds |
Get or set the DurationSpendInSeconds |
decimal number |
None. |
| IsFrontViewed |
Get or set that the front side of the card is viewed |
boolean |
None. |
| IsBackViewed |
Get or set that the back side of the card is viewed |
boolean |
None. |
| IsCompleted |
Get or set the flash card is completed or not |
boolean |
None. |
| Comment |
Get or set the Comment given by the student for each flash card |
string |
None. |
| Rating |
Get or set the Rating given by the student for each flash card |
integer |
None. |
| Notes |
Get or set the Notes entered by the student |
string |
None. |
| DeviceType |
Get or set the DeviceType of the student |
string |
None. |
| DeviceIdOrIP |
Get or set the DeviceIdOrIP of the Student |
string |
None. |
| DirectoryId |
Get or set the DirectoryId of the Flash card set |
integer |
None. |
Request Formats
application/json, text/json
{
"StudentId": 1,
"StudentCourseMaterialId": 2,
"FlashcardSetAttemptsId": 3,
"VersionId": "sample string 4",
"FlashCardSetId": 5,
"FlashCardId": 6,
"CardNo": "sample string 7",
"OrderSequence": 8,
"StartTime": "2026-04-02T23:45:20.9040475-04:00",
"EndTime": "2026-04-02T23:45:20.9040475-04:00",
"DurationSpendInSeconds": 11.1,
"IsFrontViewed": true,
"IsBackViewed": true,
"IsCompleted": true,
"Comment": "sample string 15",
"Rating": 16,
"Notes": "sample string 17",
"DeviceType": "sample string 18",
"DeviceIdOrIP": "sample string 19",
"DirectoryId": 20
}
application/x-www-form-urlencoded
Response Information
Resource Description
FlashcardSet| Name | Description | Type | Additional information |
|---|---|---|---|
| FlashcardSetAttemptsId |
To get or set the Flash card Attempt Id |
integer |
None. |
| FlashcardSetId |
To get or set the Flash card set Id of the Flash Cards |
integer |
None. |
| FlashcardSetName |
to get or set the Flash card Name |
string |
None. |
| LtFlashcard |
To get or set the list of flash card details in the lists |
Collection of Flashcard |
None. |
| IsShuffle |
To get or set that the flash card is shuffled or not |
boolean |
None. |
| StartedOn |
Tp get or set that the Flash card is started date |
date |
None. |
| IsCompleted |
To get or set that the flash card attempt is completed or not |
boolean |
None. |
| PreviewFlashCardSettingValue |
To get or set the Flash Card Preview setting value |
integer |
None. |
| FlashCardApiRatingUrl |
To get or set the Flash Card RatingUrl |
string |
None. |
| FlashCardApiFeedBackUrl |
To get or set the Flash Card FeedBackUrl |
string |
None. |
| tokenkey |
To get or set the TokenKey |
string |
None. |
| userid |
To get or set the UserId |
string |
None. |
Response Formats
application/json, text/json
{
"FlashcardSetAttemptsId": 1,
"FlashcardSetId": 2,
"FlashcardSetName": "sample string 3",
"LtFlashcard": [
{
"FlashcardAttemptDetailsId": 1,
"FlashcardId": 2,
"CardNo": "sample string 3",
"FrontText": "sample string 4",
"BackText": "sample string 5",
"OrderSequence": 6,
"IsHtmlContent": true,
"IsCurrentCard": true,
"IsFrontViewed": true,
"IsBackViewed": true,
"Comment": "sample string 11",
"Rating": 12,
"Notes": "sample string 13",
"IsCompleted": true,
"IsBookMarked": true,
"Version": "sample string 16"
},
{
"FlashcardAttemptDetailsId": 1,
"FlashcardId": 2,
"CardNo": "sample string 3",
"FrontText": "sample string 4",
"BackText": "sample string 5",
"OrderSequence": 6,
"IsHtmlContent": true,
"IsCurrentCard": true,
"IsFrontViewed": true,
"IsBackViewed": true,
"Comment": "sample string 11",
"Rating": 12,
"Notes": "sample string 13",
"IsCompleted": true,
"IsBookMarked": true,
"Version": "sample string 16"
}
],
"IsShuffle": true,
"StartedOn": "2026-04-02T23:45:20.9040475-04:00",
"IsCompleted": true,
"PreviewFlashCardSettingValue": 7,
"FlashCardApiRatingUrl": "sample string 8",
"FlashCardApiFeedBackUrl": "sample string 9",
"tokenkey": "sample string 10",
"userid": "sample string 11"
}