Instructure · Example Payload

Instructure Lti Accountlookup Examples

EdTechEducationLMSCanvasCoursesEnrollmentsAssignmentsGradesDiscussionsGraphQLLTILearning Management

Instructure Lti Accountlookup Examples is an example object payload from Instructure, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

domainexamples

Example Payload

Raw ↑
{
  "domain": "lti-accountlookup",
  "examples": [
    {
      "type": "response",
      "operation": "GET /api/lti/accounts/{account_id}",
      "summary": "show",
      "status_code": "200",
      "content_type": "application/vnd.canvas.accountlookup+json",
      "example": {
        "id": 8145,
        "name": "Default Account",
        "workflow_state": "active",
        "parent_account_id": null,
        "root_account_id": null,
        "uuid": "vYmDAUennzTRV43z1Oo4v0MYaY2pMJ3Dr1GaH3Mn",
        "default_time_zone": "Etc/UTC"
      }
    }
  ]
}