Get Transfer Session

Get 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

string
transferSessionUrn
Required

transferSessionUrn


Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

URN for transfer session. This is immutable.

string
user
Optional

URN of the user that owns this transfer session.

string
org
Optional

URN of the organization this transfer session belongs to.

string As date-time As date-time
creationTime
Optional

The ISO-8601 timestamp of creation time of the transfer session.

string As date-time As date-time
lastUpdatedTime
Optional

The ISO-8601 timestamp when this transfer session was last updated.