Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v2/assets/audit
Parameter
| Description
|
|---|---|
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 .
|
assetType
| Optional. Type of asset. Set the value to REFERENCEDATASET, CODELIST,
CROSSWALK, HIERARCHY, or ALL. |
modificationType
| Optional. Type of modification. Value can be CREATE, UPDATE, or DELETE.
|
Attribute
| Type
| Description
|
|---|---|---|
pageSize
| Number
| Number of records displayed on each page. |
page
| Number
| Page number that is displayed. |
numberOfElements
| Number
| Total number of assets found. |
lastPage
| Boolean
| Indicates whether the current page is the last page in the total result.
|
firstPage
| Boolean
| Indicates whether the current page is the first page in the total result.
|
content
| Array
| Includes the list of modification events.
|
asset
| Object
| Includes details about the assets.
|
name | String | Name of the asset. |
internalId | String | Unique identifier of the asset. |
alias | String | Alternative identifier of the asset. |
assetType | String | Type of the asset. |
modificationType
| String
| Type of change made to the assets. Value can be CREATE, UPDATE, or
DELETE. |
fieldChanges
| Object
| Includes details about the previous and new values of the fields with
changes. |
attributeChanges
| Object
| Includes details about the previous and new values of the attributes
with changes. |
eventTime
| String
| Date and time when the assets were 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/assets/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: 2752 { "pageSize":10, "page":0, "numberOfElements":10, "lastPage":false, "firstPage":true, "content":[ { "asset":{ "id":"640707a46b19964cc917d0c8", "name":"Enterprise Country to ISO 3166-1 numeric", "internalId": "cw_country", "alias": "cw_als_country", "assetType":"CROSSWALK" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:45:11Z", "userName":"integration-test-admin" }, { "asset":{ "id":"640707a46b19964cc917d0c8", "name":"Enterprise Country to ISO 3166-1 numeric", "internalId": "cw_country", "alias": "cw_als_country", "assetType":"CROSSWALK" }, "modificationType":"CREATE", "eventTime":"2023-03-07T09:45:08Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f5b243e32c4b02bb8", "name":"Enterprise Country", "internalId": "cl_country", "alias": "cl_als_country", "assetType":"CODELIST" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:28:38Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f5b243e32c4b02bb8", "name":"Enterprise Country", "internalId": "cl_country", "alias": "cl_als_country", "assetType":"CODELIST" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:28:37Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Country", "internalId": "rds_country", "alias": "rds_als_country", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:28:08Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f5b243e32c4b02bb8", "name":"Enterprise Country", "internalId": "cl_country", "alias": "cl_als_country", "assetType":"CODELIST" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:27:36Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f5b243e32c4b02bb8", "name":"Enterprise Country", "internalId": "cl_country", "alias": "cl_als_country", "assetType":"CODELIST" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:27:35Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f5b243e32c4b02bb8", "name":"Enterprise Country", "internalId": "cl_country", "alias": "cl_als_country", "assetType":"CODELIST" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:24:55Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f5b243e32c4b02bb8", "name":"Enterprise Country", "internalId": "cl_country", "alias": "cl_als_country", "assetType":"CODELIST" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:24:53Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f5b243e32c4b02bb8", "name":"Enterprise Country", "internalId": "cl_country", "alias": "cl_als_country", "assetType":"CODELIST" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:24:48Z", "userName":"integration-test-admin" } ] }