Skip to main content

List charts in the archive

Rate limits

This endpoint does not belong to the priority lane. Do not use it within your ticket sales flow.

When you don't want a chart to show up on your dashboard, you have to move it to the archive. It will stay there forever, unless you decide to move it out of the archive again. Charts cannot be hard deleted.

GET https://api-{region}.seatsio.net/charts/archive

More info: https://docs.seats.io/docs/api-pagination
curl https://api-{region}.seatsio.net/charts/archive -u aSecretKey: 
{
"next_page_starts_after": 12,
"items":[
{
"name":"chart1",
"id":"20",
"key":"6451436c-24fb-11e7-93ae-92361f002671",
"status":"PUBLISHED",
"tags": [],
"archived": true,
"publishedVersionThumbnailUrl": "https://cdn.seats.io/system/public/.../published/.../thumbnail"
},
{
"name":"chart2",
"id":"19",
"key":"749b9650-24fb-11e7-93ae-92361f002671",
"status":"NOT_USED",
"tags": ["tag1", "tag2"],
"archived": true,
"publishedVersionThumbnailUrl": "https://cdn.seats.io/system/public/.../published/.../thumbnail"
}
]
}