MessageAttachment

List MessageAttachment

Lists all MessageAttachment, optionally filtered by Message_Key

SecurityapiKeyAuth and bearerAuth
Request
query Parameters
messageKey
integer <int32>

Optional Message_Key to filter the results.

sortBy
string

Comma separated string to sort by. Each sort field can be followed by :asc or :desc to specify sort direction, ascending is default. E.g., 'Property1:desc,Property2:asc,Property3:asc' sorts Property1 in descending order, Property2 in ascending, and Property3 in ascending.

page
integer <int32>
Default: 1

The current page number for pagination.

pageSize
integer <int32>
Default: 100

The number of items per page for pagination.

header Parameters
vbasoftware-database
required
string

Target database

Responses
200

Success

401

Unauthorized

get/vbagateway-message-attachments
Request samples
Response samples
No sample