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
| Name | Description | Type | Additional information |
|---|---|---|---|
| linkType |
OrgItemType: Entity or Place |
OrgItemType |
Required |
| linkID |
The EntityPersonID or PlacePersonID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.