curl --location -g --request GET '/comments?filter[comment_record_type]&filter[comment_record_id]'
{
"data": [
{
"body": "Hi there, ....",
"comment_record_id": "8ffb3622-7c6b-4ccc-b65f-7a3dc0099576",
"comment_record_type": "sub_number_order",
"commenter": "user@company.com",
"commenter_type": "admin",
"created_at": "2018-01-01T00:00:00.000000Z",
"id": "12ade33a-21c0-473b-b055-b3c836e1c292",
"read_at": "2018-01-01T00:00:00.000000Z",
"updated_at": "2018-01-01T00:00:00.000000Z"
}
],
"meta": {
"page_number": 2,
"page_size": 25,
"total_pages": 3,
"total_results": 55
}
}
Authorization: Bearer ********************