MichaelQ

Commodore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-07
01:55
63 views
Add Audit History via ServiceAPI
Hi all,
Does anyone know if it is possible to add audit events to a Record via the ServiceAPI? ie. The equivalent of rec.ImportHistory.
Thanks in advance,
Michael
1 Reply
Shiela Torrevillas

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-07
09:06
A similar ImportHistory call can be made. Below is the JSON sample from one of the ServiceAPI Help page - http://Server/CMServiceAPI/help/methods
"ImportHistory": {
"ImportHistoryActiveEventType":"" // Required
,"ImportHistoryHistoryDate":""
,"ImportHistoryHistoryLogin":"" // Required
,"ImportHistoryHistoryDescription":"" // Required
,"ImportHistoryHistoryLocation":"" // Required
,"ImportHistoryHistoryIsSecurityViolation":"" // Required
}
Shiela
*** Any posts I make on this forum are my own personal opinion and should not be interpreted as an official statement on behalf of Micro Focus ***
*** Any posts I make on this forum are my own personal opinion and should not be interpreted as an official statement on behalf of Micro Focus ***