Query Strings

Query string

Introduction

Since Websites are stateles by design, we need to maintain data via a portion of the URL , that's Query strings

example: https://phpr.link/parameters?specific.tenant=2

Listing

Parameters

list of Query strings:

Query stringDescriptionimplemented
qquery for search resutlspartial[api]
specific.namefilter based on a specific property of the entityYes
fieldslist of the fields, seperated by ,Yes
actionslist of the actions, seperated by , example: ?actions=edit,deleteYes
limitspecify the maximum number of returned datapartial[api]
offsetspecify the offset of the datapartial[api]
pagespecify the page numberyes
sortsort the returned data based on a fieldYes
orderorder the returned data based on a field, example: ?order=ascYes
perPageTable row count per pageYes

Hostnames ``

list of Query strings:

Query stringDescriptionimplemented
qquery for search resutlspartial[api]
fieldslist of the fields, seperated by ,Yes
actionslist of the actions, seperated by ,Yes
limitspecify the maximum number of returned datapartial[api]
offsetspecify the offset of the datapartial[api]
pagespecify the page numberyes
sortsort the returned data based on a field example: ?sort=nameYes
orderorder the returned data based on a field, example: ?order=ascYes
perPageTable row count per pageYes

Tenants `

list of Query strings:

Query stringDescriptionimplemented
specific.namefilter based on a specific property of the entityYes
qquery for search resutlspartial[api]
fieldslist of the fields, seperated by ,Yes
actionslist of the actions, seperated by ,Yes
limitspecify the maximum number of returned datapartial[api]
offsetspecify the offset of the datapartial[api]
pagespecify the page numberyes
sortsort the returned data based on a field example: ?sort=nameYes
orderorder the returned data based on a field, example: ?order=ascYes
perPageTable row count per pageYes

Edit

list of Query strings:

Query stringDescriptionimplemented
fieldfield=value will populate the field with the appropriate entryyes

ADD

list of Query strings:

Query stringDescriptionimplemented
fieldfield=value will populate the field with the appropriate entryyes