Accessing data requests by using URL

The user can access data requests by using URL from the workflow. You can also construct the URL to access hold notices, interviews, or any type of data requests.

The email might not be a mail that is sent to someone that has the task to work with data request but it can be a simple 'For your information (FYI)' only email intimating about the approval.

The format for setting up URL to target any particular tab or request through the workflow is, for example, https://<hostname>:<port>/navigator/#matters&id=xx&type=request&childId=xx.
Id
An internal identification (ID) of matter, which is mandatory.
type
Type can be any of the following, notice, interview, or request. Specific tab is opened based on the type that is mentioned.
childId
An internal ID of hold notice, interview, or data request. Editor or viewer is opened automatically when you specify the type as childId.

Examples

  • To access the Data request tab of matter set the id as 13:
    https://<hostname>:<port>/navigator/#matters&id=13&type=request
  • To access the child tab of the Data request matter, apply the matter id as 42 and childId as 2:
    https://<hostname>:<port>/navigator/#matters&id=42&type=request&childId=2
  • You can create URLs to access hold notice and also interview by constructing the following URLs:
    https://<hostname>:<port>/navigator/#matters&id=9&type=notice**
    https://<hostname>:<port>/navigator/#matters&id=3&type=interview&childId=32**