Get externalEntityTypeIdentifier list

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

Definitional Application Space

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
[
  {
   "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.

Query Params
integer
Defaults to 0

Optional parameter to support pagination.

integer
Defaults to 0

Optional parameter to support pagination.

string
enum
Defaults to asc

Optional parameter to sort by specified field name.

Allowed:
string

Optional parameter to filter by externalEntityTypeIdentifier

boolean

Optional parameter to filter by user created external entity types.

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json