Get Record Status History
Get Record Status History - kintone.app.record.getStatusHistory()
Retrieves the status history of the current record.
Function
kintone.app.record.getStatusHistory(offset, limit)
Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| offset | Integer | Optional | The number of status history Records to skip from the beginning. If ignored, this value is 0. |
| limit | Integer | Optional | The number of status history Records to retrieve. Must be between 1 and 100. If ignored, this value is 0. |
Returns
A Promise object.
The following values can be retrieved when the Promise object is fulfilled:
| Property | Type | Description |
|---|---|---|
| [] | Array of Objects | An array of status history objects. Sorted in descending order by performed Date and Time. |
| [].changedAt | String | Performed Date and time |
| [].assignees | Array of Objects | List of the assignees |
| [].assignees[].code | String | Code of the assignee |
| [].assignees[].name | String | Name of the assignee |
| [].status | String | Status name |
Available Pages
Desktop
- Record Edit
- Record Details
- Record Print
Mobile
- Record Edit
- Record Details