Query String
Some pages feature querystrings to ease some testing and links.
QueryString Component
The QueryString component provides a UI to display and copy query strings from the current page. It shows a button with a link icon that, when clicked, displays the current query strings and provides options to copy them.
Features
- Display current query strings
- Copy query strings only
- Copy all query strings (including empty values)
- Copy query strings with full URL
- Copy all query strings with full URL
Available Query Strings by Page
/task-manager
Available query strings:
receiver→ Ex:receiver=2- Filters with receiver idstatus→ Ex:status=3- Filters with status idproject→ Ex:project=3- Filters with project iditemsPerPage→ Ex:itemsPerPage=3- Number of items displayed per page in the listpage→ Ex:page=3- Page displayed in the listpunch→ Ex:punch=7- Quick punches into the task with this id
Last updated on