Instructure · Schema

Lti Accountexternaltool Get Response

JSON Schema for Instructure Canvas LTI Lti-AccountExternalTool-GET-response

EdTechEducationLMSCanvasCoursesEnrollmentsAssignmentsGradesDiscussionsGraphQLLTILearning Management

Properties

Name Type Description
id integer
domain object
url string
consumer_key string
name string
description object
created_at string
updated_at string
privacy_level string
custom_fields object
workflow_state string
account_navigation object
assignment_edit object
assignment_group_menu object
assignment_index_menu object
assignment_menu object
assignment_selection object
assignment_view object
collaboration object
course_assignments_menu object
course_home_sub_navigation object
course_navigation object
course_settings_sub_navigation object
discussion_topic_index_menu object
discussion_topic_menu object
file_index_menu object
file_menu object
global_navigation object
homework_submission object
link_selection object
migration_selection object
module_group_menu object
module_index_menu object
module_index_menu_modal object
module_menu_modal object
module_menu object
post_grades object
quiz_index_menu object
quiz_menu object
resource_selection object
similarity_detection object
student_context_card object
submission_type_selection object
tool_configuration object
user_navigation object
wiki_index_menu object
wiki_page_menu object
editor_button object
not_selectable boolean
version string
developer_key_id integer
deployment_id string
View JSON Schema on GitHub

JSON Schema

Lti-AccountExternalTool-GET-response.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/instructure/main/json-schema/Lti-AccountExternalTool-GET-response.json",
  "title": "Lti Accountexternaltool Get Response",
  "description": "JSON Schema for Instructure Canvas LTI Lti-AccountExternalTool-GET-response",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "domain": {
      "nullable": true
    },
    "url": {
      "type": "string"
    },
    "consumer_key": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "nullable": true
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "privacy_level": {
      "type": "string"
    },
    "custom_fields": {
      "nullable": true
    },
    "workflow_state": {
      "type": "string"
    },
    "account_navigation": {
      "nullable": true
    },
    "assignment_edit": {
      "nullable": true
    },
    "assignment_group_menu": {
      "nullable": true
    },
    "assignment_index_menu": {
      "nullable": true
    },
    "assignment_menu": {
      "nullable": true
    },
    "assignment_selection": {
      "nullable": true
    },
    "assignment_view": {
      "nullable": true
    },
    "collaboration": {
      "nullable": true
    },
    "course_assignments_menu": {
      "nullable": true
    },
    "course_home_sub_navigation": {
      "nullable": true
    },
    "course_navigation": {
      "nullable": true
    },
    "course_settings_sub_navigation": {
      "nullable": true
    },
    "discussion_topic_index_menu": {
      "nullable": true
    },
    "discussion_topic_menu": {
      "nullable": true
    },
    "file_index_menu": {
      "nullable": true
    },
    "file_menu": {
      "nullable": true
    },
    "global_navigation": {
      "nullable": true
    },
    "homework_submission": {
      "nullable": true
    },
    "link_selection": {
      "nullable": true
    },
    "migration_selection": {
      "nullable": true
    },
    "module_group_menu": {
      "nullable": true
    },
    "module_index_menu": {
      "nullable": true
    },
    "module_index_menu_modal": {
      "nullable": true
    },
    "module_menu_modal": {
      "nullable": true
    },
    "module_menu": {
      "nullable": true
    },
    "post_grades": {
      "nullable": true
    },
    "quiz_index_menu": {
      "nullable": true
    },
    "quiz_menu": {
      "nullable": true
    },
    "resource_selection": {
      "nullable": true
    },
    "similarity_detection": {
      "nullable": true
    },
    "student_context_card": {
      "nullable": true
    },
    "submission_type_selection": {
      "nullable": true
    },
    "tool_configuration": {
      "nullable": true
    },
    "user_navigation": {
      "nullable": true
    },
    "wiki_index_menu": {
      "nullable": true
    },
    "wiki_page_menu": {
      "nullable": true
    },
    "editor_button": {
      "nullable": true
    },
    "not_selectable": {
      "type": "boolean"
    },
    "version": {
      "type": "string"
    },
    "developer_key_id": {
      "type": "integer"
    },
    "deployment_id": {
      "type": "string"
    }
  },
  "required": [
    "domain",
    "name",
    "url",
    "consumer_key",
    "description",
    "id",
    "created_at",
    "updated_at",
    "privacy_level",
    "custom_fields",
    "workflow_state",
    "account_navigation",
    "assignment_edit",
    "assignment_group_menu",
    "assignment_index_menu",
    "assignment_menu",
    "assignment_selection",
    "assignment_view",
    "collaboration",
    "course_assignments_menu",
    "course_home_sub_navigation",
    "course_navigation",
    "course_settings_sub_navigation",
    "discussion_topic_index_menu",
    "discussion_topic_menu",
    "file_index_menu",
    "file_menu",
    "global_navigation",
    "homework_submission",
    "link_selection",
    "migration_selection",
    "module_group_menu",
    "module_index_menu",
    "module_index_menu_modal",
    "module_menu_modal",
    "module_menu",
    "post_grades",
    "quiz_index_menu",
    "quiz_menu",
    "resource_selection",
    "similarity_detection",
    "student_context_card",
    "submission_type_selection",
    "tool_configuration",
    "user_navigation",
    "wiki_index_menu",
    "wiki_page_menu",
    "editor_button",
    "not_selectable",
    "version",
    "developer_key_id",
    "deployment_id"
  ]
}