POST api/Clients/MessagesAttachments?isLoadBinaryContent={isLoadBinaryContent}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isLoadBinaryContent | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
Collection of SimpleMessageAttachments| Name | Description | Type | Additional information |
|---|---|---|---|
| PushNotificationID | integer |
None. |
|
| Description | string |
None. |
|
| FileType | string |
None. |
|
| Filename | string |
None. |
|
| Preview | string |
None. |
|
| FilenameUrl | string |
None. |
|
| PreviewUrl | string |
None. |
|
| MediaID | string |
None. |
|
| Updated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PushNotificationID": 1,
"Description": "sample string 2",
"FileType": "sample string 3",
"Filename": "sample string 4",
"Preview": "sample string 5",
"FilenameUrl": "sample string 6",
"PreviewUrl": "sample string 7",
"MediaID": "sample string 8",
"Updated": "2025-12-09T16:15:48.6522112+02:00"
},
{
"PushNotificationID": 1,
"Description": "sample string 2",
"FileType": "sample string 3",
"Filename": "sample string 4",
"Preview": "sample string 5",
"FilenameUrl": "sample string 6",
"PreviewUrl": "sample string 7",
"MediaID": "sample string 8",
"Updated": "2025-12-09T16:15:48.6522112+02:00"
}
]