curl -i -X POST \
'https://your-server/api/jobs/{id}/targets' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"identifier": "string",
"properties": {
"property1": {},
"property2": {}
},
"relations": {
"property1": {
"parents": [
{
"properties": {
"property1": {},
"property2": {}
},
"renditions": {
"property1": {},
"property2": {}
},
"permissions": [
"string"
],
"identifier": "string",
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
}
],
"parent": {
"properties": {
"property1": {},
"property2": {}
},
"renditions": {
"property1": {},
"property2": {}
},
"permissions": [
"string"
],
"identifier": "string",
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
},
"children": [
{
"properties": {
"property1": {},
"property2": {}
},
"renditions": {
"property1": {},
"property2": {}
},
"permissions": [
"string"
],
"identifier": "string",
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
}
],
"child": {
"properties": {
"property1": {},
"property2": {}
},
"renditions": {
"property1": {},
"property2": {}
},
"permissions": [
"string"
],
"identifier": "string",
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
},
"inherits_security": true,
"parent_total": 0,
"child_total": 0,
"self": {
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
}
},
"property2": {
"parents": [
{
"properties": {
"property1": {},
"property2": {}
},
"renditions": {
"property1": {},
"property2": {}
},
"permissions": [
"string"
],
"identifier": "string",
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
}
],
"parent": {
"properties": {
"property1": {},
"property2": {}
},
"renditions": {
"property1": {},
"property2": {}
},
"permissions": [
"string"
],
"identifier": "string",
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
},
"children": [
{
"properties": {
"property1": {},
"property2": {}
},
"renditions": {
"property1": {},
"property2": {}
},
"permissions": [
"string"
],
"identifier": "string",
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
}
],
"child": {
"properties": {
"property1": {},
"property2": {}
},
"renditions": {
"property1": {},
"property2": {}
},
"permissions": [
"string"
],
"identifier": "string",
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
},
"inherits_security": true,
"parent_total": 0,
"child_total": 0,
"self": {
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
}
}
},
"is_root_taxonomy_item": true,
"is_path_root": true,
"entitydefinition": {
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
},
"is_system_owned": true,
"inherits_security": true,
"self": {
"href": "string",
"filename_properties": [
"string"
],
"title": "string",
"templated": false
}
}'