getTransferStatus
@GET(value = "/{productType}/{apiVersion}/transfer/{referenceId}")
Makes a request to get the transfer status.
Return
A Response whose body is the parsed TransferStatus.
Parameters
productType
The API product (io.rekast.sdk.utils.ProductTypes).
apiVersion
The app Version (e.g., v1_0 or v2_0).
referenceId
The transfer reference ID (UUID V4).
productSubscriptionKey
The Product subscription Key (Ocp-Apim-Subscription-Key).