GET api/orgLinkedPerson/{itemType}/{itemID}
Returns a list of Persons associated to the specified Entity or Place
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| itemType |
An OrgItemType value, may be Entity or Place only |
OrgItemType |
Required |
| itemID |
The ID of the Entity or Place |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of orgLinkedPerson records
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.