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": "c4c33f5f-bc1a-407a-869a-d0648e32743f",
"EntityId": "c2d19dee-9f32-46a1-ac85-7309ad7f3f38"
}
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>c2d19dee-9f32-46a1-ac85-7309ad7f3f38</EntityId> <ExternalId>c4c33f5f-bc1a-407a-869a-d0648e32743f</ExternalId> </ExternalSource>