Case Attachments

Attachment configuration and forwarding

Update HTTPS attachment configuration details

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired

The token provided by TSANet for the collaboration request

Body
domainstringRequiredPattern: ^([a-zA-Z0-9]([a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,}$
passwordstring · min: 1 · max: 2147483647Required
expirationstring · date-timeRequired
httpsPathstringRequiredPattern: ^(/[^/ ]*)+/?$
httpsPortinteger · int32 · min: 1 · max: 65535Required
Responses
200

Attachment configuration updated successfully

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

Forward attachments to collaboration partners

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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
200

Attachments forwarded successfully

post
/v1/collaboration-requests/{token}/attachments

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

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired

The token provided by TSANet for the collaboration request

Body
Other propertiesobjectOptional
Responses
200

Proposed attachment configuration

post
/v1/collaboration-requests/{token}/attachments/config/https/analyze

Get attachment configuration for a collaboration request

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired

The token provided by TSANet for the collaboration request

Responses
200

Attachment configuration

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

Last updated