GET v1/document/list?apiToken={apiToken}&publisherCompanyCodes={publisherCompanyCodes}&names={names}&types={types}&fromUTC={fromUTC}&toUTC={toUTC}

Returns a list (as csv) of metadata for all documents published by the given Veslink company codes, filtered to those companies and those documents which the current user's company has access to.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiToken

Veslink API token

string

None.

publisherCompanyCodes

Veslink company codes whose published documents should be listed (comma-separated)

string

None.

names

(Optional) names of documents to list (comma-separated)

string

None.

types

(Optional) types of documents to list (comma-separated)

string

None.

fromUTC

(Optional) earliest document update date and time in UTC

date

None.

toUTC

(Optional) latest document update date and time in UTC

date

None.

Body Parameters

None.

Response Information

Resource Description

A CSV containing metadata on the requested documents

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.