...
url | description |
---|---|
GET openmrs/ws/rest/v1/teammodule/team/{uuid} | Fetch the team that matches the uuid |
GET openmrs/ws/rest/v1/teammodule/team?q={name}&v=full | Fetch the member that matches the parameter |
3.8.2 Representation
GET full |
---|
display teamId teamIdentifier teamName uuid dateCreated location memberCount resourceVersion |
3.8.3 Member URLs
url | description |
---|---|
GET openmrs/ws/rest/v1/teammodule/member/{uuid} | Fetch the member that matches the uuid |
GET openmrs/ws/rest/v1/teammodule/member?q={name}&v=full | Fetch the member that matches the parameter |
3.8.4 Representation
...