Readonly httpReturns a list of deposits.
Filters allow you to select deposits based on specific criteria. All filter results are lists.
Examples:
/deposits?filter=from-submission-time:2020-06-01
This endpoint supports the following filters:
doifrom-submission-timeownerstatustesttypeuntil-submission-timeOffsets are an easy way to iterate over results sets up to 10,000 items. This limit applies to the sum of values of parameters offset + rows.
The number of items returned in a single response is controlled by rows parameter (default is 20, and maximum is 1,000). To limit results to 5, for example, you could do the following:
/works?query=allen+renear&rows=5
offset parameter can be used to retrieve items starting from a specific index of the result list. For example, to select the second set of 5 results (i.e. results 6 through 10), you would do the following:
/works?query=allen+renear&rows=5&offset=5
DepositsMessage A list of deposits
ApiError
Optional filter?: stringExposes the ability to filter by certain fields, supports a comma separated list of lucene filters, e.g. content-domain:psychoceramics.labs.crossref.org
Optional mailto?: stringThe email address to identify yourself and be in the "polite pool"
Optional offset?: numberThe number of rows to skip before returning
Optional query?: stringExposes the ability to free text query certain fields
Optional rows?: numberThe number of rows per page
Deposit new content.
DepositMessage The newly created deposit.
ApiError
Optional test?: booleanIs the deposit for test purposes?
Generated using TypeDoc
Returns information about a deposit.
Returns
DepositMessage The deposit identified by {id}.
Throws
ApiError