Instructure · Example Payload

Instructure Lti Accountexternaltool Examples

EdTechEducationLMSCanvasCoursesEnrollmentsAssignmentsGradesDiscussionsGraphQLLTILearning Management

Instructure Lti Accountexternaltool 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-accountexternaltool",
  "examples": [
    {
      "type": "response",
      "operation": "GET /api/lti/accounts/{account_id}/external_tools",
      "summary": "index",
      "status_code": "200",
      "content_type": "application/vnd.canvas.contextexternaltools+json",
      "example": [
        {
          "id": 407149,
          "domain": null,
          "url": "http://www.tool.com/launch",
          "consumer_key": "key",
          "name": "test tool",
          "description": null,
          "created_at": "2023-12-15T05:37:54Z",
          "updated_at": "2023-12-15T05:37:54Z",
          "privacy_level": "public",
          "custom_fields": null,
          "workflow_state": "public",
          "account_navigation": null,
          "assignment_edit": null,
          "assignment_group_menu": null,
          "assignment_index_menu": null,
          "assignment_menu": null,
          "assignment_selection": null,
          "assignment_view": null,
          "collaboration": null,
          "course_assignments_menu": null,
          "course_home_sub_navigation": null,
          "course_navigation": null,
          "course_settings_sub_navigation": null,
          "discussion_topic_index_menu": null,
          "discussion_topic_menu": null,
          "file_index_menu": null,
          "file_menu": null,
          "global_navigation": null,
          "homework_submission": null,
          "link_selection": null,
          "migration_selection": null,
          "module_group_menu": null,
          "module_index_menu": null,
          "module_index_menu_modal": null,
          "module_menu_modal": null,
          "module_menu": null,
          "post_grades": null,
          "quiz_index_menu": null,
          "quiz_menu": null,
          "resource_selection": null,
          "similarity_detection": null,
          "student_context_card": null,
          "submission_type_selection": null,
          "tool_configuration": null,
          "user_navigation": null,
          "wiki_index_menu": null,
          "wiki_page_menu": null,
          "editor_button": null,
          "not_selectable": false,
          "version": "1.3",
          "developer_key_id": 142141,
          "deployment_id": "407149:af01ae7a-c877-4297-a581-d63c1a6701de"
        }
      ]
    },
    {
      "type": "response",
      "operation": "GET /api/lti/accounts/{account_id}/external_tools/{external_tool_id}",
      "summary": "show",
      "status_code": "200",
      "content_type": "application/vnd.canvas.contextexternaltools+json",
      "example": {
        "id": 407190,
        "domain": null,
        "url": "http://www.tool.com/launch",
        "consumer_key": "key",
        "name": "test tool",
        "description": null,
        "created_at": "2023-12-15T05:37:58Z",
        "updated_at": "2023-12-15T05:37:58Z",
        "privacy_level": "deleted",
        "custom_fields": null,
        "workflow_state": "deleted",
        "account_navigation": null,
        "assignment_edit": null,
        "assignment_group_menu": null,
        "assignment_index_menu": null,
        "assignment_menu": null,
        "assignment_selection": null,
        "assignment_view": null,
        "collaboration": null,
        "course_assignments_menu": null,
        "course_home_sub_navigation": null,
        "course_navigation": null,
        "course_settings_sub_navigation": null,
        "discussion_topic_index_menu": null,
        "discussion_topic_menu": null,
        "file_index_menu": null,
        "file_menu": null,
        "global_navigation": null,
        "homework_submission": null,
        "link_selection": null,
        "migration_selection": null,
        "module_group_menu": null,
        "module_index_menu": null,
        "module_index_menu_modal": null,
        "module_menu_modal": null,
        "module_menu": null,
        "post_grades": null,
        "quiz_index_menu": null,
        "quiz_menu": null,
        "resource_selection": null,
        "similarity_detection": null,
        "student_context_card": null,
        "submission_type_selection": null,
        "tool_configuration": null,
        "user_navigation": null,
        "wiki_index_menu": null,
        "wiki_page_menu": null,
        "editor_button": null,
        "not_selectable": false,
        "version": "1.3",
        "developer_key_id": 142141,
        "deployment_id": "407190:e77b4d6f-dd33-45b4-945a-4124d3ba646d"
      }
    }
  ]
}