GET api/orgLinkedPerson/person/{linkType}/{linkID}

Returns a full LinkedPerson record (including Connects) for the given linkType (Entity or Place) and the corresponding linkID (EntityPersonID or PlacePersonID)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
linkType

OrgItemType: Entity or Place

OrgItemType

Required

linkID

The EntityPersonID or PlacePersonID

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.