Notice Handlers
Notice Handlers API
// Set of notice handlers (one per notice type) for an LTI tool deployment.
{
// The LTI tool's client ID (global developer key ID)
"client_id": "10000000000001",
// String that identifies the Platform-Tool integration governing the notices
"deployment_id": "123:8865aa05b4b79b64a91a86042e43af5ea8ae79eb",
// List of notice handlers for the tool
"notice_handlers": [{"handler":"","notice_type":"LtiHelloWorldNotice"}]
}// A notice handler for a particular tool deployment and notice type.
{
// URL to receive the notice
"handler": "https://example.com/notice_handler",
// The type of notice
"notice_type": "LtiHelloWorldNotice",
// The maximum number of notices to include in a single batch, or 'null' if not
// set.
"max_batch_size": 100
}Parameter
Type
Description
Last updated
Was this helpful?