Interface: EprintCitationQueryOptions
Defined in: src/types/interfaces/storage.interface.ts:1140
Query options for citation listing.
Properties
limit?
readonlyoptionallimit:number
Defined in: src/types/interfaces/storage.interface.ts:1141
offset?
readonlyoptionaloffset:number
Defined in: src/types/interfaces/storage.interface.ts:1142
source?
readonlyoptionalsource:"user"|"all"|"auto"
Defined in: src/types/interfaces/storage.interface.ts:1153
Filter by citation source.
Remarks
- 'all': return all citations
- 'user': return only user-provided citations
- 'auto': return only auto-extracted citations (semantic-scholar, crossref, grobid)
Default Value
'all'