| 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
)
Function Get (
id As Object,
versionId As Object
) As Object
Object^ Get(
Object^ id,
Object^ versionId
)
abstract Get :
id : Object *
versionId : Object -> Object
Parameters
- id
- Type: SystemObject
The id of the resource. - versionId
- Type: SystemObject
The version id of the resource.
Return Value
Type:
ObjectReturns the resource.
See Also