Elements update
api-version: 4.0
Update existing element
POST /{collectionId}/{storageId}/_api/rest/facets/{facetId}/views/{viewId}/elements/
Parameters
Name |
In |
Required |
Type |
Description |
collectionId |
path |
true |
string |
The ID of the storage collection. |
storageId |
path |
true |
string |
The ID of the tenant. |
facetId |
path |
true |
string |
The name of the facet. |
viewId |
path |
true |
string |
The name of the view. |
Responses
Success 200
Name |
Type |
Description |
count |
integer |
The number of returned values. |
values |
ElementCollection |
The list of elements. |
Error 4xx
Examples
Update existing element in the detail view of the processes facet
Request
POST https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements
{
"count": 1,
"elements": [
{
"facetName": "processes",
"id": "a98a9d95-77d1-4d5d-9178-cf03f617c8df",
"versionId": "7a8660bc-3935-44dd-9c3c-98fbd7ca8425",
"type": "subProcess",
"state": "inProcess",
"displayNames": {
"1031": "Sub Process",
"1033": "sub process"
},
"attributes": {
"changedOn": {
"127": "2019-05-22T11:12:36"
},
"createdOn": {
"127": "2019-05-22T10:08:29"
},
"gotoUrl": {
"1031": "https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/7a8660bc-3935-44dd-9c3c-98fbd7ca8425",
"1033": "https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/7a8660bc-3935-44dd-9c3c-98fbd7ca8425"
},
"isReleased": {
"127": false
},
"name": {
"1031": "SubProcess",
"1033": "SubProcess"
},
"state1": {
"127": "inProcess"
},
"validUntil": {
"127": "9999-12-31T00:00:00"
},
"version": {
"127": "0.1"
}
},
"related": {
"author": [
{
"facetName": "users",
"id": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"creationId": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"type": "user",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/views/detail/elements/a364f30b-a126-4a74-9e1a-1df87f2a6074"
}
],
"changedBy": [
{
"facetName": "users",
"id": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"creationId": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"type": "user",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/views/detail/elements/a364f30b-a126-4a74-9e1a-1df87f2a6074"
}
],
"createdBy": [
{
"facetName": "users",
"id": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"creationId": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"type": "user",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/views/detail/elements/a364f30b-a126-4a74-9e1a-1df87f2a6074"
}
],
"owner": [
{
"facetName": "users",
"id": "0630c057-6ba7-47fd-a72f-c9bb80bf18b1",
"creationId": "0630c057-6ba7-47fd-a72f-c9bb80bf18b1",
"type": "user",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/views/detail/elements/0630c057-6ba7-47fd-a72f-c9bb80bf18b1"
}
]
},
"content": [
{
"facetName": "processes",
"id": "9807501f-e1da-41cf-9c31-91e4fa38be43",
"creationId": "9807501f-e1da-41cf-9c31-91e4fa38be43",
"type": "evEnd",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/9807501f-e1da-41cf-9c31-91e4fa38be43"
},
{
"facetName": "processes",
"id": "365732dc-12a9-4405-b461-5472b088c0b6",
"creationId": "365732dc-12a9-4405-b461-5472b088c0b6",
"type": "evStart",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/365732dc-12a9-4405-b461-5472b088c0b6"
},
{
"facetName": "processes",
"id": "499eda4c-5b1a-4305-a229-abd81ac90cdd",
"creationId": "499eda4c-5b1a-4305-a229-abd81ac90cdd",
"type": "processInterfacePlaceholder",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/499eda4c-5b1a-4305-a229-abd81ac90cdd"
},
{
"facetName": "processes",
"id": "1a4dad34-eecd-4ebb-a7e4-25a21a5efa3c",
"versionId": "fb92ff40-a84b-4879-bce0-0aa24982f23e",
"type": "subProcess",
"state": "inProcess",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/fb92ff40-a84b-4879-bce0-0aa24982f23e"
},
{
"facetName": "processes",
"id": "9945eda5-abbc-4e40-8b44-d29f37d7146a",
"creationId": "9945eda5-abbc-4e40-8b44-d29f37d7146a",
"type": "evEnd",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/9945eda5-abbc-4e40-8b44-d29f37d7146a"
}
]
}
]
}
Response (200 OK)
{
"count": 1,
"elements": [
{
"facetName": "processes",
"id": "a98a9d95-77d1-4d5d-9178-cf03f617c8df",
"versionId": "7a8660bc-3935-44dd-9c3c-98fbd7ca8425",
"type": "subProcess",
"state": "inProcess",
"displayNames": {
"1031": "Sub Process",
"1033": "sub process"
},
"attributes": {
"authorNote": {
"1031": "Ein oder mehrere Autoren wurden gesetzt. Nur Architekten und die angegebenen Autoren dürfen das aktuelle Element bearbeiten.",
"1033": "The author was set. Only architects and the defined authors are allowed to edit the current element."
},
"changedOn": {
"127": "2019-05-22T15:08:50.1189714"
},
"createdOn": {
"127": "2019-05-22T10:08:29"
},
"gotoUrl": {
"1031": "https://demo.symbioworld.com/pz/showcase/1031/BasePlugin/GoTo/Processes/treeanddiagram/7a8660bc-3935-44dd-9c3c-98fbd7ca8425",
"1033": "https://demo.symbioworld.com/pz/showcase/1033/BasePlugin/GoTo/Processes/treeanddiagram/7a8660bc-3935-44dd-9c3c-98fbd7ca8425"
},
"isReleased": {
"127": false
},
"name": {
"1031": "SubProcess",
"1033": "SubProcess"
},
"reasonForRevision": {
"127": "<?xml version=\"1.0\" encoding=\"utf-8\"?><p>some</p>"
},
"state1": {
"127": "inProcess"
},
"validFrom": {
"127": "2019-05-22T00:00:00"
},
"validUntil": {
"127": "9999-12-31T00:00:00"
},
"version": {
"127": "0.1"
}
},
"related": {
"author": [
{
"facetName": "users",
"id": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"creationId": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"type": "user",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/views/detail/elements/a364f30b-a126-4a74-9e1a-1df87f2a6074"
}
],
"changedBy": [
{
"facetName": "automation",
"id": "65bc9c65-da32-4d81-ba9f-898a9e09dd91",
"creationId": "65bc9c65-da32-4d81-ba9f-898a9e09dd91",
"type": "authToken",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/automation/views/detail/elements/65bc9c65-da32-4d81-ba9f-898a9e09dd91"
}
],
"createdBy": [
{
"facetName": "users",
"id": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"creationId": "a364f30b-a126-4a74-9e1a-1df87f2a6074",
"type": "user",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/views/detail/elements/a364f30b-a126-4a74-9e1a-1df87f2a6074"
}
],
"owner": [
{
"facetName": "users",
"id": "0630c057-6ba7-47fd-a72f-c9bb80bf18b1",
"creationId": "0630c057-6ba7-47fd-a72f-c9bb80bf18b1",
"type": "user",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/users/views/detail/elements/0630c057-6ba7-47fd-a72f-c9bb80bf18b1"
}
]
},
"content": [
{
"facetName": "processes",
"id": "1a4dad34-eecd-4ebb-a7e4-25a21a5efa3c",
"versionId": "fb92ff40-a84b-4879-bce0-0aa24982f23e",
"type": "subProcess",
"state": "inProcess",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/fb92ff40-a84b-4879-bce0-0aa24982f23e"
},
{
"facetName": "processes",
"id": "365732dc-12a9-4405-b461-5472b088c0b6",
"creationId": "365732dc-12a9-4405-b461-5472b088c0b6",
"type": "evStart",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/365732dc-12a9-4405-b461-5472b088c0b6"
},
{
"facetName": "processes",
"id": "9807501f-e1da-41cf-9c31-91e4fa38be43",
"creationId": "9807501f-e1da-41cf-9c31-91e4fa38be43",
"type": "evEnd",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/9807501f-e1da-41cf-9c31-91e4fa38be43"
},
{
"facetName": "processes",
"id": "499eda4c-5b1a-4305-a229-abd81ac90cdd",
"creationId": "499eda4c-5b1a-4305-a229-abd81ac90cdd",
"type": "processInterfacePlaceholder",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/499eda4c-5b1a-4305-a229-abd81ac90cdd"
},
{
"facetName": "processes",
"id": "9945eda5-abbc-4e40-8b44-d29f37d7146a",
"creationId": "9945eda5-abbc-4e40-8b44-d29f37d7146a",
"type": "evEnd",
"expandUri": "https://demo.symbioworld.com/pz/showcase/_api/rest/facets/processes/views/detail/elements/9945eda5-abbc-4e40-8b44-d29f37d7146a"
}
]
}
]
}
Definitions
Element
Name |
Type |
Description |
id |
Guid? |
The identifier of the element. |
versionId |
Guid? |
The identifier of the specific version. |
state |
string |
The current state of the element. |
stereotype |
string |
The stereotype of the element. |
type |
string |
The type of the element. |
attributes |
Dictionary<string, Dictionary<int, object>> |
The attributes of the element. |
related |
Dictionary<string, List<Element>> |
The list of related elements. |
children |
Element[] |
The list of child elements. |
content |
Element[] |
The list of content elements. |
rootPath |
Element[] |
The list of hierarchical parent elements to the root element. |
displayNames |
Dictionary<int, string> |
Gets the display names of multiple languages. |
expandUri |
string |
Gets or sets the expand Uri to get full information about element |
facetName |
string |
Name of the facet |
setReadOnly |
bool? |
Gets or sets the read only of the element |
versions |
Element[] |
Element versions of this container |
OperationResultOutput
Name |
Type |
volatile |
string |
permanent |
string |
dialog |
string |
inline |
string |
OperationResultType
Name |
Type |
critical |
string |
error |
string |
warning |
string |
success |
string |
unauthorized |
string |
OperationError
Name |
Type |
Description |
error |
string |
The error message. |