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.167 -- Release Build+892a03c3dbb675b99c038de5cdd8c3d77a46615f
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