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

Retrieves the set of documents matching the given publisher company codes, document titles, document types, and publish time bounds. Returns only documents 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 retrieved (comma-separated)

string

None.

names

(Optional) titles of documents to retrieve (comma-separated)

string

None.

types

(Optional) types of documents to retrieve (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

The set of 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.