latestOpenAPI 3.0.12026-08-20112309904.6 KB
466169815b78
Suppliers - Management
Get detailed information about a target.
Retrieve detailed information about a target identified by system ID and target ID.
Required Permission: access_public_target
Performance impact: Low
get/public/v1/target/{systemId}/{targetId}
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.
Response
Successfully retrieved target details
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"
}
]
}