Skip to Content
FrontendAppsPunchQuery String

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 id
  • status → Ex: status=3 - Filters with status id
  • project → Ex: project=3 - Filters with project id
  • itemsPerPage → Ex: itemsPerPage=3 - Number of items displayed per page in the list
  • page → Ex: page=3 - Page displayed in the list
  • punch → Ex: punch=7 - Quick punches into the task with this id
Last updated on