Get External Info From Data Change Request
Gets external info as a set of custom fields from a specified DCR.
Request:
GET /api/tenantId/changeRequests/id/_externalInfo
Name | Required | Details | |
---|---|---|---|
Headers |
Authorization
|
Yes | Information about authentication access token in format
Bearer <accessToken> (see details in Auth API). |
Path |
id
|
Yes | ID of a data change request |
Response:
JSON object with external info.
Request:
GET {TenantURL}/changeRequests/0000OVV/_externalInfo
{
"customProperty1": "custom property",
"anotherCustomProperty": "some other property",
"nestedCustomProperty": {
"integerValue": 1,
"booleanValue": false
}
}