IReadOnlyModelControllerTGet(String, Boolean, Int32, CancellationToken) Method

Endpoint to get all models in order.

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.169 -- Release Build+8faf1ecac713d04b6f66b1362cad3fcad71f0c24
Task<IActionResult> Get(
	string sort,
	bool ascending,
	int page,
	CancellationToken cancellationToken
)

Parameters

sort  String

[Missing <param name="sort"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.Get(System.String,System.Boolean,System.Int32,System.Threading.CancellationToken)"]

ascending  Boolean

[Missing <param name="ascending"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.Get(System.String,System.Boolean,System.Int32,System.Threading.CancellationToken)"]

page  Int32

[Missing <param name="page"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.Get(System.String,System.Boolean,System.Int32,System.Threading.CancellationToken)"]

cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.Get(System.String,System.Boolean,System.Int32,System.Threading.CancellationToken)"]

Return Value

TaskIActionResult

[Missing <returns> documentation for "M:Gemstone.Web.APIController.IReadOnlyModelController`1.Get(System.String,System.Boolean,System.Int32,System.Threading.CancellationToken)"]

See Also