We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
id=car
type=vehicle
Ex; vehicle_0,..., vehicle_N.
POST http://localhost:1026/v2/entities Content-Type: application/json Fiware-Service: test_list_only_type Fiware-ServicePath: /test {"type": "vehicle_0", "speed": {"value": "89"}, "id": "car"}
GET http://localhost:1026/v2/entities?type=vehicle_0,vehicle_1,vehicle_2 Content-Type: application/json Fiware-Service: test_list_only_type Fiware-ServicePath: /test
http code: 200 date: Mon, 01 Feb 2016 17:50:24 GMT content-length: 2 content-type: application/json []
The text was updated successfully, but these errors were encountered:
Fixed in PR #1752. Please @iariasleon have a look in order to check it is solved.
Sorry, something went wrong.
LGTM
see @only_type_list tag in:
- test/acceptance/behave/components/ngsiv2/entities/list_entities/list_entities_queries_parameters_part_1.feature file
iariasleon
No branches or pull requests
Create N request with the same
id=car
andtype=vehicle
differents.Ex; vehicle_0,..., vehicle_N.
GET request
GET response
The text was updated successfully, but these errors were encountered: