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": "06c9a3d9-4e95-4d1b-bb0a-583a851253ec", "EntityId": "e3e74527-3d30-4419-975b-5f7b56f490db" }
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>e3e74527-3d30-4419-975b-5f7b56f490db</EntityId> <ExternalId>06c9a3d9-4e95-4d1b-bb0a-583a851253ec</ExternalId> </ExternalSource>