GET {version}/ExternalSource/{id}
Get External Source Record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
External Source Record
ExternalSource| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalId | globally unique identifier |
None. |
|
| EntityId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExternalId": "7e2a5316-001b-45e4-b16d-d17a1c9fa5f6",
"EntityId": "aedd115a-205e-4ab8-8948-b483497baf93"
}
application/xml, text/xml
Sample:
<ExternalSource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <EntityId>aedd115a-205e-4ab8-8948-b483497baf93</EntityId> <ExternalId>7e2a5316-001b-45e4-b16d-d17a1c9fa5f6</ExternalId> </ExternalSource>