(Deprecated in V4) Gets user comments for the specified record.
Scope | records Deprecated scope name: get_record_user_comments |
App Type | Citizen |
Authorization Type | Access token |
URI | /v4/records/{recordId}/usercomments/?lang={lang}&offset={offset}&limit={limit} |
HTTP Method | GET |
Automation Version(s) | 7.3.2 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
lang | String | No | � | Indicates the language applied. | 7.3.2 |
limit | long | No | � | Indicates the number of items that are returned in each page. | 7.3.2 |
offset | long | No | � | Indicates the offset start of each page by the number specified. | 7.3.2 |
recordId | string | Yes | Get All Records Search Records Get My Records | The unique ID associated with a record. | 7.3.2 |
Field | Type | Description | Automation Version |
---|---|---|---|
result[] | string | Comments or notes about the current context. | 7.3.2 |
result.result | string | Comments or notes about the current context. | 7.3.2 |
result.createdBy | string | The unique user id of the individual that created the entry. | 7.3.2 |
result.createdDate | string | The date the entry was created. | 7.3.2 |
result.id | string | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
status | integer | The record status. | 7.3.3 |