Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v2/hierarchies/{assetKey}/mappings/audit
Parameter | Description |
---|---|
assetKey | Internal ID or alias of the hierarchy. |
from
| Start date and time of the time range, which is inclusive. Time range must
be in the following ISO-8601 format: yyyy-MM-dd'T'HH:mm:ss'Z'. For
example, you might use 2019-12-12T14:04:04Z . |
to
| End date and time of the time range, which is exclusive. Time range must
be in the following ISO-8601 format: yyyy-MM-dd’T’HH:mm:ss’Z'. For
example, you might use 2019-12-15T14:04:04Z . |
page
| Optional. Page number to display. Default is
0 .
|
pageSize
| Optional. Number of records to display per page. Default value is
100 . Maximum value is
10000 .
|
modificationType | Optional. Type of modification. Value can be CREATE, UPDATE, or
DELETE. |
Attribute
| Type
| Description
|
---|---|---|
pageSize
| Number
| Number of records displayed per page.
|
page
| Number
| Page from which the response was retrieved. |
numberOfElements
| Number
| Number of records returned in the current page.
|
lastPage
| Boolean
| Indicates whether the current page is the last page in the total result.
|
content
| Array
| Includes the list of modification events.
|
asset
| Object
| Includes details about the hierarchy.
|
internalId | String | Unique identifier of the hierarchy. |
alias | String | Alternative identifier of the hierarchy. |
assetType | String | Type of the asset. The value is hierarchy . |
modificationType
| String
| Type of change made to the hierarchy. Value can be CREATE, UPDATE, or
DELETE. |
from
| Object
| Includes details of the previous and new values of the child node in the
relationship. |
to
| Object
| Displays the previous and new values of the parent node in the relationship.
|
eventTime
| String
| Date and time when the hierarchy was last updated. |
userName
| String
| User name of the user who initiated the modification. |
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v2/hierarchies/hr_hierarchy/mappings/audit?from=2023-01-01T00:00:00Z&to=2024-01-01T00:00:00Z HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 1929 { "pageSize": 100, "page": 0, "numberOfElements": 6, "lastPage": true, "firstPage": true, "content": [ { "asset": { "id": "640717485b243e32c4b048f9", "internalId": "hr_hierarchy", "alias": "als_hr_hierarchy", "assetType": "HIERARCHY" }, "modificationType": "CREATE", "from": { "newValue": "Antarctica" }, "to": { "newValue": "Antarctica" }, "eventTime": "2023-03-07T10:53:00Z", "userName": "integration-test-admin" }, { "asset": { "id": "640717485b243e32c4b048f9", "internalId": "hr_hierarchy", "alias": "als_hr_hierarchy", "assetType": "HIERARCHY" }, "modificationType": "CREATE", "from": { "newValue": "Albania" }, "to": { "newValue": "Albania" }, "eventTime": "2023-03-07T10:52:52Z", "userName": "integration-test-admin" }, { "asset": { "id": "640717485b243e32c4b048f9", "internalId": "hr_hierarchy", "alias": "als_hr_hierarchy", "assetType": "HIERARCHY" }, "modificationType": "CREATE", "from": { "newValue": "Afghanistan" }, "to": { "newValue": "Afghanistan" }, "eventTime": "2023-03-07T10:52:44Z", "userName": "integration-test-admin" }, { "asset": { "id": "640717485b243e32c4b048f9", "internalId": "hr_hierarchy", "alias": "als_hr_hierarchy", "assetType": "HIERARCHY" }, "modificationType": "CREATE", "from": { "newValue": "Antarctica" }, "eventTime": "2023-03-07T10:52:35Z", "userName": "integration-test-admin" }, { "asset": { "id": "640717485b243e32c4b048f9", "internalId": "hr_hierarchy", "alias": "als_hr_hierarchy", "assetType": "HIERARCHY" }, "modificationType": "CREATE", "from": { "newValue": "Albania" }, "eventTime": "2023-03-07T10:52:34Z", "userName": "integration-test-admin" }, { "asset": { "id": "640717485b243e32c4b048f9", "internalId": "hr_hierarchy", "alias": "als_hr_hierarchy", "assetType": "HIERARCHY" }, "modificationType": "CREATE", "from": { "newValue": "Afghanistan" }, "eventTime": "2023-03-07T10:52:34Z", "userName": "integration-test-admin" } ] }