GET api/role/{id}/tenants

Get the tenants of a lettings role by the role Id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the role to get the owner information for

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of tenants for the role or null if the role does not exist

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.