Skip to content

/global-meta

GET
/global-meta
curl --request GET \
--url 'https://api.quantcdn.io/v1/global-meta?quant_type=content' \
--header 'Quant-Customer: example' \
--header 'Quant-Project: example' \
--header 'Quant-Token: <Quant-Token>'

Returns a list of published assets

Quant-Customer
required
string

The customer account name

Quant-Project
required
string

The project machine name

Quant-Url
string

Optionally limit to a single URL

quant_type
string
Allowed values: content redirect file

Filter by asset type

published
boolean

Filter by published state

deleted
boolean

Filter by deleted state

Okay

Media typeapplication/json
object
global_meta
object
records
Array
object
last_modified

Last modified date

string
meta
object
url

The relative URL of the asset

string
type

The type of asset

string
seq_num

The sequence number

integer
published

If the asset is published

boolean
published_revision

The identifier for the published revision

integer
published_md5

Unique hash of the asset

string
byte_length

Content length of the asset

integer
revision_count

The number of revisions that have been added

integer
highest_revision_number

The latest revision id

integer
deleted

If the underlying file for this revision has been deleted

boolean
deleted_timestamp

The time the file was deleted

integer
md5

The file MD5

string
revision_number

The revision number

integer
date_timestamp

Unix timestamp

integer
total_records

The number of assets Quant knows about

integer
total_pages

The total number of pages required to return all data

integer
page

The current page

integer
page_size

The number of meta records per page

integer
refine_search

Indicates if too many results were found and query should be refined

boolean
Example
{
"total_records": 1000,
"total_pages": 1,
"page": 1,
"page_size": 10,
"refine_search": false
}

Noop