Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/rds/<identifier>/summary/audit
Parameter
| Description
|
|---|---|
identifier | ID of the reference data set. For more information, see
Asset IDs. When you provide an
invalid identifier in the request URL, the rds REST API returns an
empty content without an error. |
from
| Start date and time of a time range. The start date and time is inclusive. Set the time range in the ISO-8601 format: yyyy-MM-dd'T'HH:mm:ss'Z'. For example, you can set
2023-01-01T00:00:00Z .
|
to
| End date and time of a time range. The end date and time is exclusive. Set the time range in the ISO-8601 format: yyyy-MM-dd'T'HH:mm:ss'Z'. For example, you can set
2024-01-01T00:00:00Z .
|
page
| Optional. Page number to display. Default is 0.
|
pageSize
| Optional. The number of records to display on each page. Default is 100. Maximum is 10000.
|
modificationType
| Optional. Type of modification. Value can be CREATE, UPDATE, or DELETE.
|
Attribute
| Type
| Description
|
|---|---|---|
pageSize
| Number
| The number of records displayed on each page.
|
page
| Number
| Page number displayed.
|
numberOfElements
| Number
| The number of events.
|
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 reference data set.
|
modificationType
| String
| The type of change made to the reference data set.
|
fieldChanges
| Object
| Displays the previous and new values of the fields with changes.
|
attributeChanges
| Object
| Displays the previous and new values of the attributes with changes.
|
eventTime
| String
| The date and time the reference data set was last updated.
|
userName
| String
| The user name of the user who initiated the modification.
|
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/rds/2cf464206292908e67c9f719/summary/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: 4803 { "pageSize":100, "page":0, "numberOfElements":9, "lastPage":true, "firstPage":true, "content":[ { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Country", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "fieldChanges":{ "confidentiality":{ "newValue":{ "key":"PublicKey", "label":"Public" } }, "domain":{ "newValue":{ "key":"GeographyKey", "label":"Geography" } }, "effectiveDate":{ "newValue":"2023-03-05" }, "priority":{ "newValue":{ "key":"Priority3", "label":"Medium" } }, "status":{ "newValue":{ "key":"ActiveKey", "label":"Active" } } }, "eventTime":"2023-03-07T09:28:08Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Country", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "fieldChanges":{ "name":{ "previousValue":"Countary", "newValue":"Country" } }, "eventTime":"2023-03-07T09:17:46Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Countary", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:15:28Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Countary", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "attributeChanges":{ "Alpha3Code":{ "name":{ "newValue":"Alpha3Code" }, "type":{ "newValue":"String" }, "required":{ "newValue":"false" } } }, "eventTime":"2023-03-07T09:14:47Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Countary", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "attributeChanges":{ "Alpha2Code":{ "name":{ "newValue":"Alpha2Code" }, "type":{ "newValue":"String" }, "required":{ "newValue":"false" } } }, "eventTime":"2023-03-07T09:14:37Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Countary", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:13:55Z", "userName":"mdm-rdm-service" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Countary", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "eventTime":"2023-03-07T09:13:54Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Countary", "assetType":"REFERENCEDATASET" }, "modificationType":"UPDATE", "fieldChanges":{ "defaultList":{ "newValue":"6407004f5b243e32c4b02bb8" } }, "eventTime":"2023-03-07T09:13:54Z", "userName":"integration-test-admin" }, { "asset":{ "id":"6407004f6b19964cc917c7bf", "name":"Countary", "assetType":"REFERENCEDATASET" }, "modificationType":"CREATE", "fieldChanges":{ "description":{ "newValue":"A Business Term named Country" }, "displayColumns":{ "newValue":[ "Name" ] }, "hierarchical":{ "newValue":"false" }, "levels":{ "newValue":"1" }, "name":{ "newValue":"Countary" } }, "attributeChanges":{ "Code":{ "name":{ "newValue":"Code" }, "type":{ "newValue":"String" }, "required":{ "newValue":"true" } }, "Description":{ "name":{ "newValue":"Description" }, "type":{ "newValue":"String" }, "required":{ "newValue":"false" } }, "Name":{ "name":{ "newValue":"Name" }, "type":{ "newValue":"String" }, "required":{ "newValue":"true" } } }, "eventTime":"2023-03-07T09:13:51Z", "userName":"integration-test-admin" } ] }