Data read GetFeature
URL GET parameters:
?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=p5_default_db:TEST_PERMS&SRSNAME=EPSG:3003&MAXFEATURES=5
- `TYPENAME`: object name e.g.
p5_default_db:TEST_PERM
, - `maxFeatures` or `count`: limit number of features in response,
- `startIndex`: offset,
- `sortBy`: to specify a list of property names whose values should be used to order the set of feature instances, e.g.
sortBy=ID+D,columnName+A
, - `propertyName` - To select exact columns, e.g.
propertyName=ID,test_date,A_STATUS
, - `Filter`: parameter `Filter` (ogc:Filter) Note: Read about at Data Filters
- `featureID`: to select exact one feature by primary index key, e.g.
featureID=TEST_PERMS.12
, - `primaryKey`: to select exact one feature by primary index key, e.g.
primaryKey=12
, - `xlink`: to select exact one feature by xlink. '#' must be replaced with '/', e.g.
xlink=https://biuro.biall-net.pl/wfs/default_db/CRM_PROCES/PROCES.100
, - `resolve`: controls whether and which (i.e. local or remote) resource references are resolved by an operation, e.g.
resolve=all
- `resolveDepth`: indicates the depth to which nested resource references shall be resolved in a response document, e.g.
resolveDepth=3.
RESPONSE:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs" xmlns="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:p5_default_db="https://biuro.biall-net.pl/wfs/default_db" xsi:schemaLocation="https://biuro.biall-net.pl/wfs/default_db https://biuro.biall-net.pl/SE/version-git/wfs-data.php/default_db/TEST_PERMS/?SERVICE=WFS&VERSION=1.0.0&TYPENAME=p5_default_db:TEST_PERMS&REQUEST=DescribeFeatureType" numberMatched="unknown" numberReturned="5">
<gml:featureMember>
<p5_default_db:TEST_PERMS fid="TEST_PERMS.90">
<p5_default_db:ID>90</p5_default_db:ID>
<p5_default_db:M_DIST_FILES>Wrano plik 'test-file-3.txt'</p5_default_db:M_DIST_FILES>
<p5_default_db:L_APPOITMENT_USER>plabudda</p5_default_db:L_APPOITMENT_USER>
<p5_default_db:ADM_NAME>test " ' &amp;quot; X</p5_default_db:ADM_NAME>
<p5_default_db:ADM_ADMIN_LEVEL>6</p5_default_db:ADM_ADMIN_LEVEL>
<p5_default_db:A_STATUS>NORMAL</p5_default_db:A_STATUS>