POST api/FlashCard/UpdateFlashCardShuffle?StudentCourseMaterialId={StudentCourseMaterialId}&IsShuffle={IsShuffle}

To Update the Shuffle ON/OFF for flashcard set

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StudentCourseMaterialId

integer

Required

IsShuffle

boolean

Required

Body Parameters

None.

Response Information

Resource Description

FlashcardSet
NameDescriptionTypeAdditional 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

Sample:
{
  "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:21.4046189-04:00",
  "IsCompleted": true,
  "PreviewFlashCardSettingValue": 7,
  "FlashCardApiRatingUrl": "sample string 8",
  "FlashCardApiFeedBackUrl": "sample string 9",
  "tokenkey": "sample string 10",
  "userid": "sample string 11"
}