You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**_class** | **str**| Unique identifier of the class |
63
+
64
+
### Return type
65
+
66
+
[**ClassDetails**](ClassDetails.md)
67
+
68
+
### Authorization
69
+
70
+
[OAuth2](../README.md#OAuth2)
71
+
72
+
### HTTP request headers
73
+
74
+
-**Content-Type**: application/json
75
+
-**Accept**: application/json
76
+
77
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**creation_date** | **datetime** | The creation date of the section on clever | [optional]
8
+
**modification_date** | **datetime** | The last modification date of the section on clever | [optional]
9
+
**subject** | **str** | Normalized subject of the course | [optional]
10
+
**term_name** | **str** | Name of the term when this course happens | [optional]
11
+
**term_start_date** | **datetime** | Beginning date of the term | [optional]
12
+
**term_end_date** | **datetime** | End date of the term | [optional]
13
+
14
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/MediaAttachment.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
**type** | **str** | The type of the assignment resolved: * `rich`, `photo`, `video` are attachment types that are automatically resolved from a `link` attachment. * A `flat` attachment is a score document where the unique identifier will be specified in the `score` property. Its sharing mode will be provided in the `sharingMode` property. | [optional]
**revision** | **str** | An unique revision identifier of a score | [optional]
9
+
**correct** | **bool** | If the attachment is an exercise question, this state will describe if it is correct or not.For exercise assignments only. | [optional]
0 commit comments