GET
/v1/flashcard-quizzes/{id}
No description available
Path Parameters
| Name | Type | Description |
|---|---|---|
| id required | string | - |
Query Parameters
| Name | Type | Description |
|---|---|---|
| include | string | Comma-separated: 'video,flashcards,scores,notes' |
Responses
{
data: {
id: string
createdAt: string
updatedAt: string
name: string
description: string
sourceType: string
userId: string
videoId: string
video?: {
id: string
title: string
v: string
thumbnailUrl: string
} flashcards?: object[]
scores?: object[]
notes?: object[]
}}{
success: boolean
error: {
issues: object[]
name: string
}}{
message: string
}{
success: boolean
error: {
issues: object[]
name: string
}} Authentication
Enter your API key to test this endpoint. Get your key from your account settings.
Try it out
Snippets
Loading...
Loading...
Loading...
Loading...
Loading...
