get https://bolt.thena.ai/v3/requests//activity
This returns a requests activites.
Response parameters
Field Name | Description |
---|---|
data[].id | Unique identifier for the request. |
data[].activities[] | Array of activities performed on the request. |
data[].activities[].type | Type of the activity (e.g., request_activity ). |
data[].activities[].icon | Icon associated with the activity (empty in this case). |
data[].activities[].ts | Timestamp indicating when the activity occurred. |
data[].activities[].action | Action performed during the activity (e.g., STATUS_CHANGED , SUB_STATUS_CHANGED ). |
data[].activities[].text | Description of the action performed (e.g., "Status was updated to Closed"). |
data[].activities[].by | Name of the user who performed the action (e.g., "ryan"). |
data[].activities[].performed_by_bot | Boolean indicating whether the action was performed by a bot. |
data[].activities[].by_user_id | ID of the user who performed the action. |