DevelopersAPI referenceTasksActivity
List an issue's activity history
Property-change entries, oldest first, capped at 500, with the actor embedded. from/to hold raw values (ids, numbers, dates) that clients resolve for display.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/issues/497f6eca-6276-4993-bfeb-53cbbbba6f08/activities"{ "activities": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "issueId": "96179c34-d541-49af-b046-c06f0377732c", "actorId": "d2f1b55c-8cee-4a0d-af57-aebaeff77518", "actor": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "email": "string" }, "type": "created", "from": "string", "to": "string", "created": "2019-08-24T14:15:22Z" } ]}