Error
A valid request URL is required to generate request examples{
"ConnectorId": "<string>",
"Filename": "<string>",
"Folder": "<string>",
"Subfolder": "<string>",
"TimeCreated": "2023-11-07T05:31:56Z",
"PortId": "<string>",
"BatchGroupId": "<string>",
"MessageId": "<string>",
"IsBatchGroup": true,
"Content": "<string>",
"FileSize": 123,
"FilePath": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Return a single files
Returns a single files object using the specified key.
GET
/
files(ConnectorId='
{ConnectorId}
',Filename='
{Filename}
',Folder='
{Folder}
')
Error
A valid request URL is required to generate request examples{
"ConnectorId": "<string>",
"Filename": "<string>",
"Folder": "<string>",
"Subfolder": "<string>",
"TimeCreated": "2023-11-07T05:31:56Z",
"PortId": "<string>",
"BatchGroupId": "<string>",
"MessageId": "<string>",
"IsBatchGroup": true,
"Content": "<string>",
"FileSize": 123,
"FilePath": "<string>"
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
authtoken_headerbasicauthtoken_query
Path Parameters
The key ConnectorId
The key Filename
The key Folder
Query Parameters
Select structural property
Response
files response
The connector Id.
The name of the file.
Which folder the file is in.
The subfolder of the file.
The time the file was created.
The port Id.
The batch group message Id. Null unless the file is a batch group.
The file message Id. This only has a value when the file is a message.
Whether the message is a batch group message.
The Base64-encoded file contents. This is only returned when you request a specific file. You cannot use this field when filtering results with the $filter parameter. You must provide either Content or InputName: they cannot both be null.
The file size in bytes.
The full path to the file.