Click or drag to resize

IApiResourceHandlerGet Method

Gets a specific resource instance.

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
Object Get(
	Object id,
	Object versionId
)

Parameters

id
Type: SystemObject
The id of the resource.
versionId
Type: SystemObject
The version id of the resource.

Return Value

Type: Object
Returns the resource.
See Also