You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no entities and request with limit - /entities/?type=TemperatureSensor&limit=1001
Orion-LD Returns a 400 Bad Request error code and:
{
"type": "https://uri.etsi.org/ngsi-ld/errors/BadRequestData",
"title": "Invalid value for URI parameter /limit/",
"detail": "must be an integer value <= 1000"
}
According to the 1.8.1 spec this is 403 Forbidden error of typehttps://uri.etsi.org/ngsi-ld/errors/TooManyResults
The text was updated successfully, but these errors were encountered:
Orion-LD 1.5
I have no entities and request with
limit
-/entities/?type=TemperatureSensor&limit=1001
Orion-LD Returns a 400 Bad Request error code and:
According to the 1.8.1 spec this is 403 Forbidden error of
type
https://uri.etsi.org/ngsi-ld/errors/TooManyResults
The text was updated successfully, but these errors were encountered: