Hello!
We're starting to use the new Self Service URL format for staff communication.
Policies take the following URL format:jamfselfservice://content?entity=policy&id=792&action=view
Due to Google Mail's stripping of application-specific hyperlinks, we have to create a PHP redirect that identifies the requested entity
, id
and action
, then constructs the Self Service query. This works great! Now we'd like to create URLs that open Self Service and point to Library categories instead of specific Policies; is anyone aware of the format these links would use? I'd assume it's something along the lines of:jamfselfservice://content?entity=category&id=1
... but obviously it's not that, and I couldn't find any documentation referencing the possible entity names. Thank you!