/events/copiers
Returns a list of copier events.
{
"result": "success",
"status": 200,
"meta": {
"count": 3,
"limit": 1000,
"order": "desc",
"last_id": 1517213624
},
"data": [
{
"id": 1517219616,
"created_at": "2025-04-28T10:05:17Z",
"updated_at": "2025-04-28T10:05:17Z",
"account_id": 1241451,
"group": "account",
"event": "ignored_symbol_disabled",
"event_id": 1786887009,
"copier_id": 1311250
},
{
"id": 1517215297,
"created_at": "2025-04-28T09:52:05Z",
"updated_at": "2025-04-28T09:52:05Z",
"account_id": 1241451,
"group": "account",
"event": "copy_existing",
"event_id": null,
"copier_id": 1311250
},
{
"id": 1517213624,
"created_at": "2025-04-28T09:36:08Z",
"updated_at": "2025-04-28T09:36:08Z",
"account_id": 1241451,
"group": "account",
"event": "copy_existing",
"event_id": null,
"copier_id": null
}
]
}
Key | Value | Description |
---|---|---|
id | single integer | Find a copier event |
ids | comma separated list of integers | Find multiple copier events |
copier_id | single integer | Find a copiers events |
copier_ids | comma separated list of integers | Find multiple copiers events |
account_id | single integer | Find an accounts events |
account_ids | comma separated list of integers | Find multiple accounts events |
created_at_start | datetime (format YYYY-MM-DDTHH:MM:SSZ) | Find events that were created after the datetime |
created_at_end | datetime (format YYYY-MM-DDTHH:MM:SSZ) | Find events that were created before the datetime |
Sign up to our newsletter to keep up-to-date.