Skip to content

Instantly share code, notes, and snippets.

@cluedtke
Last active February 8, 2017 03:00
Show Gist options
  • Select an option

  • Save cluedtke/e27093c0be1dea6089caf7fce288f70d to your computer and use it in GitHub Desktop.

Select an option

Save cluedtke/e27093c0be1dea6089caf7fce288f70d to your computer and use it in GitHub Desktop.
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