Click or drag to resize

IHdsiServiceContractHead Method

Retrieves only the metadata of the specified resource

Namespace: SanteDB.Rest.HDSI
Assembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
void Head(
	string resourceType,
	string id
)

Parameters

resourceType  String
The type of resource to be retrieved
id  String
The identifier of the resource to be retrieved
Remarks
The metadata for the most recent version of this resource includes the last modified time, the e-tag, etc.
See Also