This returns a requests activites.

Response parameters

Field NameDescription
data[].idUnique identifier for the request.
data[].activities[]Array of activities performed on the request.
data[].activities[].typeType of the activity (e.g., request_activity).
data[].activities[].iconIcon associated with the activity (empty in this case).
data[].activities[].tsTimestamp indicating when the activity occurred.
data[].activities[].actionAction performed during the activity (e.g., STATUS_CHANGED, SUB_STATUS_CHANGED).
data[].activities[].textDescription of the action performed (e.g., "Status was updated to Closed").
data[].activities[].byName of the user who performed the action (e.g., "ryan").
data[].activities[].performed_by_botBoolean indicating whether the action was performed by a bot.
data[].activities[].by_user_idID of the user who performed the action.
Language
Authorization
Bearer
Click Try It! to start a request and see the response here!