POST api/v2/department-exercise/{exerciseId}/images
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| exerciseId | globally unique identifier |
Required |
Body Parameters
Collection of CompanyExerciseFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ExerciseId | string |
None. |
|
| DepartmentFileId | string |
None. |
|
| BlobId | string |
None. |
|
| ContainerId | string |
None. |
|
| DirectoryId | string |
None. |
|
| Name | string |
None. |
|
| Extension | string |
None. |
|
| ContentType | string |
None. |
|
| Size | integer |
None. |
|
| VersionCount | integer |
None. |
|
| IsOwned | boolean |
None. |
|
| IsAttached | boolean |
None. |
|
| IsForGallery | boolean |
None. |
|
| IsTopicLinked | boolean |
None. |
|
| IsProtected | boolean |
None. |
|
| IsVisibleInLesson | boolean |
None. |
|
| Blob | FileDto |
None. |
|
| Exercise | ServiceDataItemExercise |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
Collection of CompanyExerciseFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ExerciseId | string |
None. |
|
| DepartmentFileId | string |
None. |
|
| BlobId | string |
None. |
|
| ContainerId | string |
None. |
|
| DirectoryId | string |
None. |
|
| Name | string |
None. |
|
| Extension | string |
None. |
|
| ContentType | string |
None. |
|
| Size | integer |
None. |
|
| VersionCount | integer |
None. |
|
| IsOwned | boolean |
None. |
|
| IsAttached | boolean |
None. |
|
| IsForGallery | boolean |
None. |
|
| IsTopicLinked | boolean |
None. |
|
| IsProtected | boolean |
None. |
|
| IsVisibleInLesson | boolean |
None. |
|
| Blob | FileDto |
None. |
|
| Exercise | ServiceDataItemExercise |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample: