"description":"Retrieve an specific Entity from an NGSI-LD system. It's possible to specify the Entity attributes to be retrieved by using query parameters",
"description":"This OAS file describes the NGSI-LD API defined by the ETSI ISG CIM group. This Cross-domain Context Information Management API allows to provide, consume and subscribe to context information in multiple scenarios and involving multiple stakeholders",
"version":"latest",
...
...
@@ -52,165 +52,45 @@
"description":"Retrieve a set of entities which matches a specific query from an NGSI-LD system",
"operationId":"queryEntities",
"tags":[
"Context Information"
"Context Information",
"Entities"
],
"parameters":[
{
"name":"id",
"description":"Comma separated list of URIs to be retrieved",
"in":"query",
"required":false,
"schema":{
"type":"string",
"format":"uri"
}
},
{
"name":"idPattern",
"description":"Regular expression that must be matched by Entity ids",
"in":"query",
"required":false,
"schema":{
"type":"string",
"format":"regexp"
}
},
{
"name":"type",
"description":"Comma separated list of Entity type names to be retrieved",
"in":"query",
"required":false,
"schema":{
"type":"string",
"minLength":1
}
},
{
"name":"attrs",
"description":"Comma separated list of attribute names (properties or relationships) to be retrieved",
"description":"Retrieve an specific Entity from an NGSI-LD system. It's possible to specify the Entity attributes to be retrieved by using query parameters",
"operationId":"retrieveEntityById",
"tags":[
"Context Information"
"Context Information",
"Entities"
],
"parameters":[
{
"name":"entityId",
"description":"Entity Id",
"in":"path",
"required":true,
"schema":{
"type":"string",
"format":"uri"
}
"$ref":"#/components/parameters/entityId"
},
{
"name":"attrs",
"description":"Comma separated list of attribute names (properties or relationships) to be retrieved",
"description":"One geometry as defined by GeoJSON. Licensed as per original source is https://github.com/fge/sample-json-schemas/blob/master/geojson/geometry.json",
"description":"Retrieve the temporal representation of an specific Entity from an NGSI-LD system. It's possible to specify the Entity attributes to be retrieved by using query parameters",
"description":"Allows modifying a specific Attribute (Property or Relationship) instance, identified by its instanceId, of a Temporal Representation of an Entity.",