Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 876 Bytes

File metadata and controls

18 lines (10 loc) · 876 Bytes

SfvbLibraryResponse

Properties

Name Type Description Notes
facets List<SfvbLibraryFacet> Available narrowing dimensions. Send a chosen option back as facet_{name}={option}. [optional]
firstResultNumber Integer 1-indexed position of the first result on this page. [optional]
lastResultNumber Integer 1-indexed position of the last result on this page. [optional]
results List<SfvbLibraryEntry> Matching library entries, without their CJSON. Fetch a single entry to get the fragment itself. [optional]
totalPages Integer Total pages available. [optional]
totalResults Integer Total matches across all pages. [optional]