GET api/elections/{election_id}/locations/{locationId}/members?offset={offset}&limit={limit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
election_id

string

Required

locationId

string

Required

offset

integer

Default value is 0

limit

integer

Default value is 25

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.