GET api/orgLinkedPerson/{itemType}/{itemID}

Returns a list of Persons associated to the specified Entity or Place

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.