List updates about participants of a deal
GET {{baseUrl}}/deals/:id/participantsChangelog?limit=<integer>&cursor=<string>
List updates about participants of a deal. This is a cursor-paginated endpoint. For more information, please refer to our documentation on pagination.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Items shown per page | |
cursor | string | For pagination, the marker (an opaque string value) representing the first item on the next page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"actor_user_id":18,"person_id":10,"action":"added","time":"2024-01-10 11:47:23"}],"additional_data":{"next_cursor":"eyJkZWFsIjo0fQ"}}