Entity Get
Last updated
{
"fields": {
"<field1>": "field1_value",
"<field2>": [
"field2_Value1",
"field2_value2"
],
"<field3>": true,
"<field4>": 1000,
"<userField>": "userName",
"<entityIdField>": "",
"<entityDisplayIdField>": "",
"<entityTypeIdField>": "",
"<projectIdField>": "// required if project based structure",
"<createdDateField>": "",
"<updatedDateField>": "",
"<createdByField>": "",
"<updatedByField>": ""
},
"attachments": [
{
"<idField>": "",
"<contentUriField>": "",
"<renderUriField>": "",
"<fileNameField>": "",
"<contentTypeField>": "",
"<contentLengthField>": "",
"<createdDateField>": "",
"<createdByField>": "",
"<updatedDateField>": "// Either createdDate or updatedDate is required",
"<updatedByField>": "",
"<fileCommentField>": "",
"<attachmentTypeField>": "",
"<typeItemIdField>": ""
}
],
"links": [
{
"<linkTypeField>": "",
"<linkedEntityIdField>": "",
"<linkedEntityTypeField>": "",
"<linkedEntityScopeIdFieldName>": "",
"<createdDateField>": "",
"<createdByField>": ""
}
]
}[
{
"id": "1",
"value": "High"
},
{
"id": "2",
"value": "Medium"
},
{
"id": "3",
"value": "Low"
}
][
{
"id": "High",
"value": "High"
},
{
"id": "Medium",
"value": "Medium"
},
{
"id": "Low",
"value": "Low"
}
]