Case Responses
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token provided by TSANet for the collaboration request
Body
engineerNamestringOptional
engineerPhonestringOptional
engineerEmailstringOptional
reasonstringOptional
Responses
200
Collaboration request rejected successfully
400
Bad request
post
/v1/collaboration-requests/{token}/rejectionAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token provided by TSANet for the collaboration request
Body
requestedInformationstringOptional
Responses
200
Information response submitted successfully
400
Bad request
post
/v1/collaboration-requests/{token}/information-responseAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token provided by TSANet for the collaboration request
Body
engineerNamestringOptional
engineerPhonestringOptional
engineerEmailstringOptional
requestedInformationstringOptional
Responses
200
Information request submitted successfully
400
Bad request
post
/v1/collaboration-requests/{token}/information-requestAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token provided by TSANet for the collaboration request
Responses
200
Collaboration request closed successfully
400
Bad request
post
/v1/collaboration-requests/{token}/closureAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token provided by TSANet for the collaboration request
Body
caseNumberstringOptional
engineerNamestringOptional
engineerPhonestringOptional
engineerEmailstringOptional
nextStepsstringOptional
Responses
200
Collaboration request approved successfully
400
Bad request
401
Unauthorized
403
Access denied
post
/v1/collaboration-requests/{token}/approvalAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token provided by TSANet for the collaboration request
Body
caseNumberstringOptional
engineerNamestringOptional
engineerPhonestringOptional
engineerEmailstringOptional
nextStepsstringOptional
Responses
200
Collaboration request approval updated successfully
400
Bad request
patch
/v1/collaboration-requests/{token}/approvalLast updated