File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -465,7 +465,9 @@ git checkout NGSI-v2
465465` ` ` console
466466curl -G -X GET \
467467 'http://localhost:1026/ngsi-ld/v1/entities' \
468- -d 'type=https://uri.fiware.org/ns/data-models%23Building&options=keyValues'
468+ -H 'Accept: application/ld+json' \
469+ -d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building' \
470+ -d 'options=keyValues'
469471` ` `
470472
471473# ### レスポンス :
Original file line number Diff line number Diff line change @@ -432,7 +432,9 @@ request all building entities without supplying a known context.
432432` ` ` console
433433curl -G -X GET \
434434 'http://localhost:1026/ngsi-ld/v1/entities' \
435- -d 'type=https://uri.fiware.org/ns/data-models%23Building&options=keyValues'
435+ -H 'Accept: application/ld+json' \
436+ -d 'type=https%3A%2F%2Furi.fiware.org%2Fns%2Fdata-models%23Building' \
437+ -d 'options=keyValues'
436438` ` `
437439
438440# ### Response:
You can’t perform that action at this time.
0 commit comments