Get a folder's comments

GET {{baseUrl}}/collections/{{collectionUid}}/folders/{{folderUid}}/comments

Gets all comments left by users in a folder.

RESPONSES

status: OK

{"data":[{"id":46818,"threadId":12345,"createdBy":12345678,"createdAt":"2024-01-18T12:00:54.000Z","updatedAt":"2024-01-18T12:00:54.000Z","body":"This is also an example."},{"id":46817,"threadId":67890,"createdBy":87654321,"createdAt":"2024-01-18T11:48:01.000Z","updatedAt":"2024-01-18T11:48:01.000Z","body":"Another example."},{"id":46814,"threadId":23456,"createdBy":12345678,"createdAt":"2024-01-18T11:30:40.000Z","updatedAt":"2024-01-18T11:30:40.000Z","body":"This is an example."}]}