Skip to main content
GET
Get card history

Authorizations

api_access_token
string
header
required

API access token for authentication. Obtain from your Voxys Connect profile settings.

Path Parameters

account_id
integer
required

The numeric ID of the account.

id
integer
required

The ID of the pipeline.

card_id
integer
required

The ID of the card.

Response

Card history events.

id
integer
Example:

1

event_type
string
Example:

"stage_changed"

description
string
Example:

"Card moved from Qualification to Proposal."

from_stage
string | null
Example:

"Qualification"

to_stage
string | null
Example:

"Proposal"

actor
object | null
occurred_at
string<date-time>