File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ request all building entities without supplying a known context.
401401curl -G -X GET \
402402 'http://localhost:1026/ngsi-ld/v1/entities' \
403403 -H 'Accept: application/ld+json' \
404- -d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building'
404+ -d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building' \
405405 -d 'options=keyValues'
406406` ` `
407407
@@ -990,7 +990,7 @@ The query `q==orderedProduct="urn:ngsi-ld:Product:001"` is used to filter the en
990990` ` ` bash
991991curl -G -X GET \
992992 'http://localhost:1026/ngsi-ld/v1/entities/' \
993- -d 'type=StockOrder'
993+ -d 'type=StockOrder' \
994994 -d 'q=orderedProduct==%22urn:ngsi-ld:Product:001%22' \
995995 -d 'attrs=requestedFor' \
996996 -d 'options=keyValues' \
@@ -1014,7 +1014,7 @@ The response returns an array of `requestedFor` attributes in the response.
10141014
10151015# ## Find all products sold in a store
10161016
1017- The query below returns an array of stores in which a given product is sold .
1017+ The query below returns an array of produts sold in a given store .
10181018
10191019The query `q==requestedFor="urn:ngsi-ld:Building:store001"` is used to filter the entities.
10201020
You can’t perform that action at this time.
0 commit comments