URL parameters
Manually construct a URL link to open specific pages in TeamAssurance.

1. Always start with the base URL, similar to https://acme.my.teamassurance.com/#/activities (replace "acme" with your organization's short code)
2. Then add "?" and start to add parameters
3. The format is “<parameter name>=<validValue>” e.g. statusType=INCOMPLETE, which would return all activities with a Status of In Progress, Approved, Verified etc
4. Combination of parameters is possible by using an ampersand (&)
- Each parameter should only be used once per URL, with one value
- siteCode should always be used. site in Enterprises (organizations with multiple TeamAssurance sites)
| Parameter | Parameter value | Valid values and example |
| Site Code | siteCode | Typically a three letter code. If you're unsure, go to any activity -> three dots menu -> Copy Link, and paste that. It will have a format of ...activities/ABC-INC-23. ABC is the siteCode in this case |
| Main filter | filter |
.../activities?filter=doing (This is the To Do main filter) |
| Username | userName | see Team Members -> User Settings ...activities?userName=jtaylor |
| Team | teamCode |
...activities?teamCode=12 |
| Category | S, Q, D, C, M, E | ...activities?category=S |
| Status | statusType |
...activities?statusType=INCOMPLETE |
| Activity Type | activityType | examples: A3, ACT, DB, IMP, INC, OPL, WHY etc ...activities?activityType=INC |
| Priority | priority |
...activities?priority=Urgent |
| Sort Order | orderBy |
...activities?orderBy=dueSoonest |
| Activity Detail | - | Also find this behind the three dots menu on any Activity -> Copy Link ...activities?statusType=INCOMPLETE |