Published when a project is exported (e.g. project is exported to a PDF, JPG, or GIF file)
Permissions:Project.Content.Export
Event payload
Attribute |
---|
accountId UUID The ID of the account associated with the event. |
type string The type of event this represents, project.exported . |
eventId UUID Unique ID for the event. |
createdAt DateTime Timestamp of when the event was created, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: 2020-01-26T02:25:34Z |
data ProjectExportedEventData Data associated with the event. |
{
"accountId": "117781559",
"type": "project.exported",
"eventId": "aedeb1fb-6c7d-4484-8106-866d97652383",
"createdAt": "2023-06-18T18:23:11Z",
"data": {
"selfUri": "https://projects.app.marq.com/v1/users/000000000/projects/e675f8ed-0a4f-43a7-93cd-74b00e8c7898/exportJobs/1",
"projectId": "e675f8ed-0a4f-43a7-93cd-74b00e8c2990",
"status": "Complete",
"exportUri": "https://projects.app.marq.com/v1/users/000000000/projects/e675f8ed-0a4f-43a7-93cd-74b00e8c7898.pdf",
"exportParams": {
"dpi": "300",
"pages": "10"
}
}
}