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": "713ee925-369b-4d06-974b-54263b02b916", "EntityId": "4e7d741c-1411-4e7e-932a-ad356bcc0e94" }
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>4e7d741c-1411-4e7e-932a-ad356bcc0e94</EntityId> <ExternalId>713ee925-369b-4d06-974b-54263b02b916</ExternalId> </ExternalSource>