Comments
Path parameters
schemaIdstring · uuidRequiredExample:
Unique identifier (UUID) of the schema containing the record
550e8400-e29b-41d4-a716-446655440000recordIdstring · uuidRequiredExample:
Unique identifier (UUID) of the record to get comments for
a1b2c3d4-e5f6-7890-abcd-ef1234567890Responses
200
Comments retrieved successfully
application/json
400
Invalid ID format - Either schemaId or recordId is not a valid UUID
application/json
401
Unauthorized - Invalid or missing JWT token
application/json
get
/api/comment/{schemaId}/{recordId}Body
idstring · uuidOptional
schemaIdstring · uuidOptional
recordIdstring · uuidOptional
Responses
200
Comment created successfully
application/json
400
Invalid input - Missing required fields (schemaId, recordId, or content)
application/json
401
Unauthorized - Invalid or missing JWT token
application/json
post
/api/comment/createLast updated