@@ -4,12 +4,14 @@ This repository contains OpenAPI descriptions for the NGSI-LD interface defined
## Online resources
*[Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/full_api.json).
*[Navigate the API in the browser](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/spec/updated/full_api.json).
## Contribute
To get an account on ETSI Forge and to learn how to contribute visit the [Forge Getting started wiki](https://forge.etsi.org/wiki/index.php/Get_started).
More info @ [CONTIBUTE](./CONTRIBUTE.md)
Change requests are managed using [Gerrit](https://forge.etsi.org/gerrit).
"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",