GET api/people/group/{groupId}
Get a list of persons by its group id Processes this people API request. The parameter and response sections describe the data exchanged with the API.
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
PeopleDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| People |
The collection of people. |
Collection of PersonDataContract |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.