canvas::API method account settings (public)

 <instance of canvas::API[i]> account settings account_id

Defined in packages/xooauth/tcl/canvas-procs.tcl

Returns all of the settings for the specified account as a JSON object. The caller must be an Account admin with the manage_account_settings permission. Details: https://canvas.instructure.com/doc/api/accounts.html

Parameters:
account_id

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
set r [:request -method GET -token ${:token}  -url /accounts/${account_id}/settings]
return [:expect_status_code $r 200]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: