Get an API's comments
GET {{baseUrl}}/apis/{{apiId}}/comments
Gets all comments left by users in an API.
Request Body
{"operationType"=>"{{operationType}}"}
RESPONSES
status: OK
{"data":[{"id":46818,"createdBy":12345678,"createdAt":"2024-01-18T12:00:54.000Z","updatedAt":"2024-01-18T12:00:54.000Z","body":"This is also an example."},{"id":46817,"createdBy":87654321,"createdAt":"2024-01-18T11:48:01.000Z","updatedAt":"2024-01-18T11:48:01.000Z","body":"Another example."},{"id":46814,"createdBy":12345678,"createdAt":"2024-01-18T11:30:40.000Z","updatedAt":"2024-01-18T11:30:40.000Z","body":"This is an example."}]}