Skip to main content
POST
DOF Publication

Authorizations

Authorization
string
header
required

Use Authorization: Bearer YOUR_API_KEY

Body

application/json
publication_id
string
required

Publication id (id from publications-by-date or search results).

Pattern: ^\d{1,12}$
offset
integer
default:0

First character of the range to return. Pass the previous response's next_offset to continue reading.

Required range: 0 <= x <= 10000000
limit
integer
default:200000

Maximum characters to return (1000-1000000).

Required range: 1000 <= x <= 1000000

Response

Successful response

data
object
required