16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
|
meta {
|
||
|
name: Get Students
|
||
|
type: http
|
||
|
seq: 5
|
||
|
}
|
||
|
|
||
|
get {
|
||
|
url: {{base_url}}/classroom-compliance/classes/:classId/students
|
||
|
body: none
|
||
|
auth: inherit
|
||
|
}
|
||
|
|
||
|
params:path {
|
||
|
classId: {{class_id}}
|
||
|
}
|