 | IAmiServiceContractGetVersion Method |
Gets the specified versioned copy of the data
Namespace: SanteDB.Rest.AMIAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
SyntaxObject GetVersion(
string resourceType,
string key,
string versionKey
)
Function GetVersion (
resourceType As String,
key As String,
versionKey As String
) As Object
Object^ GetVersion(
String^ resourceType,
String^ key,
String^ versionKey
)
abstract GetVersion :
resourceType : string *
key : string *
versionKey : string -> Object Parameters
- resourceType String
- The type of resource
- key String
- The key of the resource
- versionKey String
- The version key to retrieve
Return Value
ObjectThe object as it existed at that version
See Also