GET api/people/group/{groupId}
Get a list of persons by its group id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupId |
The id of the group to get the people from. Pass 0 to be returned an empty data contract. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The person or null if it does not exist
PeopleDataContractName | Description | Type | Additional information |
---|---|---|---|
People | Collection of PersonDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample: