Get a List of Emails Sorted by Last Login Date
Last Updated:
Overview
Solution
{
"connection_id": "con_xxx",
"format": "csv",
"limit": 5,
"fields": [
{
"name": "email",
"export_as":"email"
},
{
"name":"last_login",
"export_as":"last_login"
}
]
}
The call will create a job, and the job_id can be passed to the GET /api/v2/jobs/{id} endpoint. The response will include a link to the export file where the last_login column can be sorted.