POST api/FlashCard/GetFlashCardDetailsForAdmin?directoryId={directoryId}

To get the flash card details from Practice portal to assign in course materials

Request Information

URI Parameters

NameDescriptionTypeAdditional information
directoryId

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

Collection of FlashcardFolderDetails
NameDescriptionTypeAdditional information
FolderId

To get the Folder Id of the flash card set

integer

None.

FolderName

To get or set the folder name of the flash card set

string

None.

LtFlashcardSetDetails

to get or set the list of flash card set in the folder

Collection of FlashcardSetDetails

None.

LtFlashcardFolderDetails

To get the list of the sub folder in the given folders

Collection of FlashcardFolderDetails

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'ImsApi.Models.FlashcardFolderDetails'. Path '[0].LtFlashcardFolderDetails'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'ImsApi.Models.FlashcardFolderDetails'. Path '[0].LtFlashcardFolderDetails'.