Assignment Versions
Assignment Versions
View the version history (activity log) of a campaign assignment
GET
Assignment Versions
Assignment Versions
Retrieve a paginated audit trail of all changes made to a campaign assignment, including value edits, status changes, and who made each change.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
UUID of the dataset
string
required
UUID of the campaign
string
required
UUID of the campaign assignment
Query Parameters
integer
default:"1"
Page number
integer
default:"50"
Items per page (max 100)
Response
array[object]
List of version records
integer
Unique transaction identifier
integer
Operation:
0 = create, 1 = update, 2 = deletestring
ISO 8601 timestamp of the change
string | null
Name of the user who made the change
object
Map of changed fields with
[old_value, new_value] pairsinteger
Total number of versions
integer
Current page number
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The dataset, campaign, or assignment does not exist or belongs to another organizationRelated Endpoints
Edit Assignment Values
Modify assignment values
Get Assignment Values
View current assignment values