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

KeyDatatypeRequiredDescription
limitstringItems shown per page
cursorstringFor pagination, the marker (an opaque string value) representing the first item on the next page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;actor_user_id&quot;:18,&quot;person_id&quot;:10,&quot;action&quot;:&quot;added&quot;,&quot;time&quot;:&quot;2024-01-10 11:47:23&quot;}],&quot;additional_data&quot;:{&quot;next_cursor&quot;:&quot;eyJkZWFsIjo0fQ&quot;}}