latestOpenAPI 3.0.12026-08-20112309904.6 KB
466169815b78
Suppliers - Management
Get the parents of the target as a list.
Retrieve parent targets for the specified target.
Required Permission: access_public_target_parents
Performance impact: Low
get/public/v1/target/{systemId}/{targetId}/parents
Path parameters
systemIdstring required
The system ID is an identifier to determine from which the targetId might originate from. Supported systemIds are "prewave", "customer", "supplier", "own".
targetIdstring required
The target ID can be the target's prewaveId or an external id (edge number) representing the site in another system.
Query parameters
Response
Successfully retrieved parent targets
Example response
[
{
"id": 102006215,
"name": "Høyanger",
"sname": "3191281",
"description": "Description shown in the target profile",
"location": "Mistelbach",
"yearFounded": 1999,
"screened": true,
"screenedStatus": "Screened",
"linkedInId": "general-motors",
"ctype": {
"id": 1234,
"ctype": "mine",
"targetTypeId": 1234,
"displayName": "Mine",
"pluralName": "Mines",
"icon": "fas fa-mine",
"bgColor": "#ff0000",
"textColor": "#ffffff"
},
"foreignSystems": [
{
"id": "1234",
"source": "SAP_ARIBA"
}
]
}
]