Last active
February 8, 2017 03:00
-
-
Save cluedtke/e27093c0be1dea6089caf7fce288f70d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| POST /groupservice/api/graphql HTTP/1.1 | |
| Host: localhost:5000 | |
| Content-Type: application/json | |
| Renaissance-ClientId: client-1 | |
| Renaissance-UserId: an-user | |
| { | |
| "query": | |
| "query { | |
| group (id: \"gs_my-class\") { | |
| members (types: [ GRPTYP_RUSER ], tags: [ \"USTYP_TEACHER\" ]) { | |
| id | |
| renaissanceId | |
| name | |
| tags | |
| metadata { | |
| key | |
| value | |
| } | |
| } | |
| } | |
| }" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment