GET PlanCare2Api/DisciplineGroups/{disciplineGroupId}/Members
Get discipline group members by id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| disciplineGroupId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DisciplineGroupMember| Name | Description | Type | Additional information |
|---|---|---|---|
| Employee |
Identifier of the employee. |
Identity |
None |
| RelationId |
Relation id of the employee. |
integer |
None |
| EmployeeName |
The name of the employee. |
string |
None |
| EmployeeNumber |
The formatted employee number. |
string |
None |
| DisciplineIds |
The ids of the disciplines of the employee in this discipline group |
Collection of integer |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.