| Code | Description |
|---|---|
| 401 | You are not authorized to access this page. |
{
'example_request_params': {
'nonce': 1527500365,
'timestamp': 1527500365052,
'signature': '8aac70c9906ad0812f4fbc34617322f985b4ac978cec861724f142cb572b88ff'
},
'example_response': {
'lti_resources: [
{
'id':1,
'lti_resource_link_id':null,
'tool_provider_id':'2',
'lti_resource_link_name':'link1',
'exam_id':2,
'created_at': '2020-11-25T17:21:59.485+01:00',
'updated_at': '2020-11-25T17:21:59.485+01:00',
'lti_resource_launch_url':'http://localhost:5001/link1',
'lti_custom_data':'',
'open_in_new_tab':false,
'placeholder': 'LTI_EXAM_1'
},
{
'id':2,
'lti_resource_link_id':null,
'tool_provider_id':'2',
'lti_resource_link_name':'link2',
'exam_id':2,
'created_at': '2020-11-25T17:21:59.485+01:00',
'updated_at': '2020-11-25T17:21:59.485+01:00',
'lti_resource_launch_url':'http://localhost:5001/link2',
'lti_custom_data':'',
'open_in_new_tab':true,
'placeholder': 'LTI_EXAM_2'
}
]
}
}
| Param name | Description |
|---|---|
|
timestamp required |
Timestamp of the request in milliseconds. Validations:
|
|
nonce required |
Random number unique between the api calls made in the previous 24 hours. Validations:
|
|
signature required |
HMAC sha256 hex encoded hash, using the user secret_key as key, of the query string build with all the other parameters in the format ‘name=value’ joined by ‘?’ and ordered alphabethically by name. Do not use encoding scheme on the values you use to calculate the string Validations:
|
|
page optional |
Page number, returns LIMIT items per page. The X-Pagination-* HTTP headers contain the information about the total number of items (X-Pagination-Item-Count), the total number of pages (X-Pagination-Page-Count), the current page number (X-Pagination-Page) and the number of items per page (X-Pagination-Limit). Validations:
|
|
limit optional |
Number of items returned per page. Default and maximum value is 300. Validations:
|