POST api/FlashCard/GetStatusOfFlashcardSets
Get flashcard set status in ims database
Request Information
URI Parameters
None.
Body Parameters
Collection of FlashCardStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FlashCardDirectoryId |
To get or set FlashCardId |
integer |
None. |
| FlashCardSetId |
To get or set FlashCardSetId |
integer |
None. |
| Status |
To get or set Status |
boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"FlashCardDirectoryId": 1,
"FlashCardSetId": 2,
"Status": true
},
{
"FlashCardDirectoryId": 1,
"FlashCardSetId": 2,
"Status": true
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string"
text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>