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
ExternalSourceName | Description | Type | Additional information |
---|---|---|---|
ExternalId | globally unique identifier |
None. |
|
EntityId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "ExternalId": "e1b3c080-ea69-4037-95f8-78058624c6ad", "EntityId": "68722791-860a-4ea9-baec-39aed985ddea" }
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>68722791-860a-4ea9-baec-39aed985ddea</EntityId> <ExternalId>e1b3c080-ea69-4037-95f8-78058624c6ad</ExternalId> </ExternalSource>