Enumeration RequestType

Any request to the Spinque Query API must be one of these types.

Enumeration Members

Count: "count"

Request a count of the results

ResultItem: "resultitem"

Fetch a single item, using the entity view formatter

ResultPage: "resultpage"

Fetch a page with results, using the entity view formatter

Results: "results"

Fetch a page with results, using the result description formatter

ResultsAndCount: "results,count"

Fetch a page with results, using the result description formatter, and include the total count

Statistics: "statistics"

Request statistics, which includes result count and probability distribution

Generated using TypeDoc