| Setting | Value |
|---|---|
| Totara URL | {{ home_data.config.totara_url }} |
| Endpoints | URL | Method | Data fields |
|---|---|---|---|
| Request health checks | {{ home_data.endpoints.url_health_check }} | Get | |
| Request similar content | {{ home_data.endpoints.url_similar_items }} | Get |
totara_item_id: content id tenant: tenant id n_items: number of items to return that are similar to the given one |
| Request user recommendations | {{ home_data.endpoints.url_user_items }} | Get |
totara_user_id: user id item_type; one of "container_course", "container_workspace", "engage_article", "engage_microlearning", "totara_playlist", "totara_program" or "totara_certification" tenant: tenant id n_items: number of user recommendations to return |