Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NGSI Linked Data
NGSI-LD
Commits
1b502d2e
Commit
1b502d2e
authored
Nov 22, 2018
by
canterafonsj
Browse files
Temporal Entity By Id
parent
56ff7e4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/updated/temporal/temporal-entity-by-id-spec.json
View file @
1b502d2e
...
...
@@ -20,9 +20,24 @@
},
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/entity-by-id-spec.json#/components/parameters/type"
},
},
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/options"
},
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/timerel"
},
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/timeproperty"
},
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/time"
},
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/endTime"
},
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/temporal/temporal-entities-spec.json#/components/parameters/lastN"
}
],
"responses"
:
{
...
...
@@ -31,7 +46,7 @@
"content"
:
{
"application/json;application/ld+json"
:
{
"schema"
:
{
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/EntityTemporal.json#/definitions/EntityTemporal"
"$ref"
:
"https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/
temporal/
EntityTemporal.json#/definitions/EntityTemporal"
},
"examples"
:
{
"simple"
:
{
...
...
@@ -64,14 +79,14 @@
}
},
"delete"
:
{
"description"
:
"Removes
an specific
Entity from an NGSI-LD system"
,
"operationId"
:
"removeEntityById"
,
"description"
:
"Removes
the temporal representation of an
Entity from an NGSI-LD system"
,
"operationId"
:
"removeEntity
Temporal
ById"
,
"parameters"
:
[
{
"$ref"
:
"#/components/parameters/entityId"
"$ref"
:
"
https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/entity-by-id-spec.json
#/components/parameters/entityId"
},
{
"$ref"
:
"#/components/parameters/type"
"$ref"
:
"
https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/spec/updated/entity-by-id-spec.json
#/components/parameters/type"
}
],
"responses"
:
{
...
...
@@ -102,4 +117,4 @@
}
}
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment