181 lines
4.1 KiB
JSON
181 lines
4.1 KiB
JSON
{
|
|
"endpoint": {
|
|
"datasourceId": "datasource_plus_8066e56456784eb2a00129d31be5c3e7",
|
|
"entityId": "persons",
|
|
"operation": "UPDATE"
|
|
},
|
|
"resource": {
|
|
"fields": [
|
|
"a.year",
|
|
"a.firstname",
|
|
"a.personid",
|
|
"a.address",
|
|
"a.age",
|
|
"a.type",
|
|
"a.city",
|
|
"a.lastname"
|
|
]
|
|
},
|
|
"filters": {
|
|
"equal": {
|
|
"personid": 5
|
|
}
|
|
},
|
|
"relationships": [
|
|
{
|
|
"tableName": "tasks",
|
|
"column": "QA",
|
|
"from": "personid",
|
|
"to": "qaid",
|
|
"aliases": {
|
|
"tasks": "b",
|
|
"persons": "a"
|
|
}
|
|
},
|
|
{
|
|
"tableName": "tasks",
|
|
"column": "executor",
|
|
"from": "personid",
|
|
"to": "executorid",
|
|
"aliases": {
|
|
"tasks": "b",
|
|
"persons": "a"
|
|
}
|
|
}
|
|
],
|
|
"body": {
|
|
"year": 1990,
|
|
"firstname": "C",
|
|
"address": "A Street",
|
|
"age": 34,
|
|
"type": "designer",
|
|
"city": "London",
|
|
"lastname": "B"
|
|
},
|
|
"extra": {
|
|
"idFilter": {
|
|
"equal": {
|
|
"personid": 5
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"table": {
|
|
"type": "table",
|
|
"_id": "datasource_plus_8066e56456784eb2a00129d31be5c3e7__persons",
|
|
"primary": [
|
|
"personid"
|
|
],
|
|
"name": "a",
|
|
"schema": {
|
|
"year": {
|
|
"type": "number",
|
|
"externalType": "integer",
|
|
"autocolumn": false,
|
|
"name": "year",
|
|
"constraints": {
|
|
"presence": false
|
|
}
|
|
},
|
|
"firstname": {
|
|
"type": "string",
|
|
"externalType": "character varying",
|
|
"autocolumn": false,
|
|
"name": "firstname",
|
|
"constraints": {
|
|
"presence": false
|
|
}
|
|
},
|
|
"personid": {
|
|
"type": "number",
|
|
"externalType": "integer",
|
|
"autocolumn": true,
|
|
"name": "personid",
|
|
"constraints": {
|
|
"presence": false
|
|
}
|
|
},
|
|
"address": {
|
|
"type": "string",
|
|
"externalType": "character varying",
|
|
"autocolumn": false,
|
|
"name": "address",
|
|
"constraints": {
|
|
"presence": false
|
|
}
|
|
},
|
|
"age": {
|
|
"type": "number",
|
|
"externalType": "integer",
|
|
"autocolumn": false,
|
|
"name": "age",
|
|
"constraints": {
|
|
"presence": false
|
|
}
|
|
},
|
|
"type": {
|
|
"type": "options",
|
|
"externalType": "USER-DEFINED",
|
|
"autocolumn": false,
|
|
"name": "type",
|
|
"constraints": {
|
|
"presence": false,
|
|
"inclusion": [
|
|
"support",
|
|
"designer",
|
|
"programmer",
|
|
"qa"
|
|
]
|
|
}
|
|
},
|
|
"city": {
|
|
"type": "string",
|
|
"externalType": "character varying",
|
|
"autocolumn": false,
|
|
"name": "city",
|
|
"constraints": {
|
|
"presence": false
|
|
}
|
|
},
|
|
"lastname": {
|
|
"type": "string",
|
|
"externalType": "character varying",
|
|
"autocolumn": false,
|
|
"name": "lastname",
|
|
"constraints": {
|
|
"presence": false
|
|
}
|
|
},
|
|
"QA": {
|
|
"tableId": "datasource_plus_8066e56456784eb2a00129d31be5c3e7__tasks",
|
|
"name": "QA",
|
|
"relationshipType": "many-to-one",
|
|
"fieldName": "qaid",
|
|
"type": "link",
|
|
"main": true,
|
|
"_id": "ccb68481c80c34217a4540a2c6c27fe46",
|
|
"foreignKey": "personid"
|
|
},
|
|
"executor": {
|
|
"tableId": "datasource_plus_8066e56456784eb2a00129d31be5c3e7__tasks",
|
|
"name": "executor",
|
|
"relationshipType": "many-to-one",
|
|
"fieldName": "executorid",
|
|
"type": "link",
|
|
"main": true,
|
|
"_id": "c89530b9770d94bec851e062b5cff3001",
|
|
"foreignKey": "personid",
|
|
"tableName": "persons"
|
|
}
|
|
},
|
|
"sourceId": "datasource_plus_8066e56456784eb2a00129d31be5c3e7",
|
|
"sourceType": "external",
|
|
"primaryDisplay": "firstname",
|
|
"views": {}
|
|
}
|
|
},
|
|
"tableAliases": {
|
|
"persons": "a",
|
|
"tasks": "b"
|
|
}
|
|
} |