"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",
"title":"ETSI ISG CIM / NGSI-LD API",
"contact":{
"email":"NGSI-LD@etsi.org"
}
},
"externalDocs":{
"description":"Find out more about the ETSI ISG Context Information Management",
"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"
],
"parameters":[
{
"name":"entityId",
"description":"Entity Id",
"in":"path",
"required":true,
"schema":{
"type":"string",
"format":"uri"
}
},
{
"name":"attrs",
"description":"Comma separated list of attribute names (properties or relationships) to be retrieved",