Get Record's comments
| Scope: | get_record_comments |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/records/{id}/comments?lang={lang} |
| HTTP Method: | GET |
Response Information
application/json
{
"comments": [
{
"id": "sample string 1",
"userId": "sample string 2",
"display": "sample string 3",
"comments": "sample string 4",
"date": "sample string 5",
"showOnInspection": true,
"entityState": "sample string 6"
}
],
"page": {
"totalRows": 1,
"hasMore": true
}
}