Getting a deep link to an assignment

With the OnAPI, it was possible to build a deep link to an assignment's page in Blackbaud, because the API was accessible on the same domain. We simply had to append something like “/app/faculty#assignmentdetail/{assignmentId}/…” to that url.

With the Sky API, since the API is not “hosted” on the school's domain, this trick is not possible. Is there a way to get the portal address? I'd like to avoid having to ask for that address when a customer authorizes us access to their school.

Otherwise, it would be nice if all APIs returning entities with a dedicated details page in Blackbaud would expose that url as a property.

Categories