Deep linking into CLUMP
CLUMP supports a number of deep linking options including specifying the structural unit to be displayed and any children to be highlighted.
Specifying a target location
You can deep link into a specific location by passing one of the following parameters
Module Code
https://…………/CLUMP/index.html?moduleCode=XXXXXXX
Structural Unit ID
https://…………/CLUMP/index.html?suid=XXXX
My Reading Lists
The my reading lists option in CLUMP is represented by the special structural unit id of -2
https://…………/CLUMP/index.html?suid=-2
Specifying highlighting
You can highlight specific child structural units by passing one or more of the following parameters
highlightSuid
To highlight specific children by their structural unit IDs you can use the highlightSuid parameter and pass a comma separated list of structural unit IDs.
https://…………/CLUMP/index.html?highlightSuid=xxxx,xxxx,xxxx
highlightModsStart *
To highlight specific children that have been modified since a specific time you can use the highlightModsStart parameter and pass either a date or date time value.
https://…………/CLUMP/index.html?highlightModsStart=YYYY-MM-DD
https://…………/CLUMP/index.html?highlightModsStart=YYYY-MM-DD HH:MM:SS
highlightModsEnd *
To highlight specific children that have been modified before a specific time you can use the highlightModsEnd parameter and pass either a date or date time value.
https://…………/CLUMP/index.html?highlightModsEnd=YYYY-MM-DD
https://…………/CLUMP/index.html?highlightModsEnd=YYYY-MM-DD HH:MM:SS
* highlightModsStart and highlightModsEnd can be used together to highlight child structural units that have been modified in the period specified.