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": "8e3ea26f-28f2-428e-9642-04a4e8e47e4f",
"EntityId": "145a9fa8-0192-4deb-a2dd-f29b447fb3d9"
}
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>145a9fa8-0192-4deb-a2dd-f29b447fb3d9</EntityId> <ExternalId>8e3ea26f-28f2-428e-9642-04a4e8e47e4f</ExternalId> </ExternalSource>