Skip to content

/url-meta

POST
/url-meta

Returns a list of assets by query

Authorizations

Parameters

Header Parameters

Quant-Customer
required
string

The customer account name

Quant-Project
required
string

The project machine name

Request Body required

object
Quant-Url
required

List of URLs to retrieve meta for.

Array
[
"/home",
"/css/styles.css",
"/contact-us"
]

Responses

200

Okay

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

400

Noop