Case Responses

Approve, reject, and respond to cases

Reject a collaboration request

post
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

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

Submit an information response

post
Authorizations
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

post
/v1/collaboration-requests/{token}/information-response

Submit an information request

post
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
requestedInformationstringOptional
Responses
200

Information request submitted successfully

post
/v1/collaboration-requests/{token}/information-request

Close a collaboration request

post
Authorizations
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

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

Approve a collaboration request

post
Authorizations
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

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

Update an approved collaboration request

patch
Authorizations
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

patch
/v1/collaboration-requests/{token}/approval

Last updated