Get Transfer Session

Get Transfer Session
Get specified transfer session

Get specified transfer session

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/transferSessions/{transferSessionUrn}
COPY
Path Parameters
string
transferSessionUrn
Required

transferSessionUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns TransferSession of type(s) application/json;version=9.1.0
{
    "id": "string",
    "user": "string",
    "org": "string",
    "creationTime": "string",
    "lastUpdatedTime": "string"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/transferSessions/{transferSessionUrn}