GET {version}/ExternalSource/{id}

Get External Source Record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

External Source Record

ExternalSource
NameDescriptionTypeAdditional information
ExternalId

globally unique identifier

None.

EntityId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "ExternalId": "b649ec75-c823-4648-98c7-ccf05f71fbfe",
  "EntityId": "d59abece-1f87-419d-a4c4-d162b8279624"
}

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>d59abece-1f87-419d-a4c4-d162b8279624</EntityId>
  <ExternalId>b649ec75-c823-4648-98c7-ccf05f71fbfe</ExternalId>
</ExternalSource>