Case Notes
Notes associated with collaboration requests
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token provided by TSANet for the collaboration request
Query parameters
updatedAfterstring · date-timeOptional
Filter by notes that were updated after (YYYY-MM-DDTHH:MM:SSZ)
createdAfterstring · date-timeOptional
Filter by notes that were created after (YYYY-MM-DDTHH:MM:SSZ)
includeRemovedbooleanOptionalDefault:
Filter to include removed notes - excluded by default
falseResponses
200
List of notes
401
Unauthorized
get
/v1/collaboration-requests/{token}/notesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenstringRequired
The token provided by TSANet for the collaboration request
Body
summarystring · max: 500Required
descriptionstring · max: 5000Required
prioritystring · enumOptionalPossible values:
Responses
200
Note created successfully
400
Bad request
post
/v1/collaboration-requests/{token}/notesLast updated