{ "opencollection": "1.0.0", "info": { "name": "Google Classroom Courses Invitations API", "version": "v1" }, "items": [ { "info": { "name": "Invitations", "type": "folder" }, "items": [ { "info": { "name": "Google Classroom List invitations", "type": "http" }, "http": { "method": "GET", "url": "https://classroom.googleapis.com/v1/invitations", "params": [ { "name": "courseId", "value": "", "type": "query" }, { "name": "userId", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "Returns a list of invitations." }, { "info": { "name": "Google Classroom Create invitation", "type": "http" }, "http": { "method": "POST", "url": "https://classroom.googleapis.com/v1/invitations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an invitation." } ] } ], "bundled": true }