Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Endpoints
StoredFilesApi
For storing files.
/api/StoredFilesApi | ||||
---|---|---|---|---|
Operation | Logged in User | Parameters | Body | Response |
DELETE | storedFileId * | |||
GET | storedFileId * | |||
POST |
StoredFilesContentApi
For Retrieve stored file content only.
/api/StoredFilesContentApi | ||||
---|---|---|---|---|
Operation | Logged in User | Parameters | Body | Response |
GET | storedFileId * |
UploadFileApi
For uploading files.
/api/UploadFileApi | ||||
---|---|---|---|---|
Operation | Logged in User | Parameters | Body | Response |
POST | fileName |
Models
Inline Model
Property | Data Type | Description |
---|---|---|
StoredFileId | Integer | Stored file id. |
⬆️ Back to top
StoredFilesApiKey
Property | Data Type | Description |
---|---|---|
StoredFileId | Integer | Stored file id. |
⬆️ Back to top
StoredFilesApiModel
Property | Data Type | Description |
---|---|---|
Key | ||
RelatedRecord | String | |
RelatedRecordId | String | |
FileGroupId | Integer | |
Details | String | |
FileName | String | |
Url | String | |
ImageDocument | Boolean | |
SecondaryPath | String | |
KeyStr | String | |
KeyDate | String | |
KeyInt | Integer |
⬆️ Back to top
UploadedFileApiModel
Property | Data Type | Description |
---|---|---|
FileName | String | File name. |
FileExtension | String | File extension. |
ContentType | String | |
RelatedRecordId | String | Related records. |
RelatedRecordType | String | Related records type. |
StoredFileId | Integer | Stored file id. |
⬆️ Back to top
Example
%Title
Expand | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Request
Response
Response sample
|
⬆️ Top of page
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|