IReadOnlyModelControllerTGet(String, Int32, CancellationToken) Method

Endpoint to get all models related to a given parent ID.

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.171 -- Release Build+f97a6efcf348dbb2ce14e0dc455918e455771b06
Task<IActionResult> Get(
	string parentID,
	int page,
	CancellationToken cancellationToken
)

Parameters

parentID  String

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

page  Int32

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

cancellationToken  CancellationToken

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

Return Value

TaskIActionResult

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

See Also