Tabs
A Tab object looks like:
GET /api/v1/accounts/:account_id/tabs
GET /api/v1/accounts/:account_id/tabs
Scope: url:GET|/api/v1/accounts/:account_id/tabs
GET /api/v1/courses/:course_id/tabs
GET /api/v1/courses/:course_id/tabs
Scope: url:GET|/api/v1/courses/:course_id/tabs
GET /api/v1/groups/:group_id/tabs
GET /api/v1/groups/:group_id/tabs
Scope: url:GET|/api/v1/groups/:group_id/tabs
GET /api/v1/users/:user_id/tabs
GET /api/v1/users/:user_id/tabs
Scope: url:GET|/api/v1/users/:user_id/tabs
Returns a paginated list of navigation tabs available in the current context.
Request Parameters:
Parameter | Type | Description |
---|---|---|
|
|
Allowed values: |
Example Request:
Example Response:
PUT /api/v1/courses/:course_id/tabs/:tab_id
PUT /api/v1/courses/:course_id/tabs/:tab_id
Scope: url:PUT|/api/v1/courses/:course_id/tabs/:tab_id
Home and Settings tabs are not manageable, and can’t be hidden or moved
Returns a tab object
Request Parameters:
Parameter | Type | Description |
---|---|---|
|
| The new position of the tab, 1-based |
|
| no description |
Example Request:
Returns a Tab object.
© Instructure, Inc. Generated on Wed Nov 6 14:20:09 2024 This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated