Case Attachments

Attachment configuration and forwarding

Update HTTPS attachment configuration details

put
Authorizations
Path parameters
tokenstringRequired

The token provided by TSANet for the collaboration request

Body
domainstringRequired
passwordstringRequired
expirationstring · date-timeRequired
httpsPathstringRequired
httpsPortinteger · int32Required
Responses
chevron-right
200

Attachment configuration updated successfully

put
/v1/collaboration-requests/{token}/attachments/config/https

Forward attachments to collaboration partners

post
Authorizations
Path parameters
tokenstringRequired

The token provided by TSANet for the collaboration request

Query parameters
descriptionstringRequired

Description of the attachments

Body
filesstring · binary[]Required

Files to forward

Responses
chevron-right
200

Attachments forwarded successfully

fileNamestringOptional
receiverStatusstring · enumOptionalPossible values:
receiverMessagestringOptional
submitterStatusstring · enumOptionalPossible values:
submitterMessagestringOptional
completeSuccessbooleanOptional
partialSuccessbooleanOptional
post
/v1/collaboration-requests/{token}/attachments

Analyze arbitrary data and return a proposed attachment configuration without saving it

post
Authorizations
Path parameters
tokenstringRequired

The token provided by TSANet for the collaboration request

Body
Other propertiesobjectOptional
Responses
chevron-right
200

Proposed attachment configuration

domainstringRequired
passwordstringRequired
expirationstring · date-timeRequired
httpsPathstringRequired
httpsPortinteger · int32Required
post
/v1/collaboration-requests/{token}/attachments/config/https/analyze

Get attachment configuration for a collaboration request

get
Authorizations
Path parameters
tokenstringRequired

The token provided by TSANet for the collaboration request

Responses
chevron-right
200

Attachment configuration

get
/v1/collaboration-requests/{token}/attachments/config

Last updated