Get externalEntityTypeIdentifier list

Returns a list of all externalEntityTypeIdentifier within the Definitional Application Space.

Definitional Application Space

[
  {
   "externalEntityTypeIdentifierId" : "123e4567-e89b-12d3-a456-426655440001",
   "dateCreated" : "2016-02-28T16:41:41.090Z",
   "lastUpdated" : "2016-02-28T16:41:41.090Z",
   "entityTypeIdentifier" : "patientId",
   "userCreated" : "true"   
 },
  {
   "externalEntityTypeIdentifierId" : "123e4567-e89b-12d3-a456-426655440002",
   "dateCreated" : "2016-02-28T16:41:41.090Z",
   "lastUpdated" : "2016-02-28T16:41:41.090Z",
   "entityTypeIdentifier" : "customerId",
   "userCreated" : "false"   
 },
  {
   "externalEntityTypeIdentifierId" : "123e4567-e89b-12d3-a456-426655440003",
   "dateCreated" : "2016-02-28T16:41:41.090Z",
   "lastUpdated" : "2016-02-28T16:41:41.090Z",
   "entityTypeIdentifier" : "contactId",
   "userCreated" : "false"   
 }
]

Note : customerId and contactId are two pre-seeded external entity types.

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!