Interface: EprintCitationQueryOptions
Defined in: src/types/interfaces/storage.interface.ts:1086
Query options for citation listing.
Properties
limit?
readonlyoptionallimit:number
Defined in: src/types/interfaces/storage.interface.ts:1087
offset?
readonlyoptionaloffset:number
Defined in: src/types/interfaces/storage.interface.ts:1088
source?
readonlyoptionalsource:"all"|"user"|"auto"
Defined in: src/types/interfaces/storage.interface.ts:1099
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'