Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2022-10-20 01:45 AM
Hi folks,
We've been exploring using the Record Save functionality on /contentapi/ with some success, however finding lack of Documentation to be slowing us down. For example, the Archer documentation describes how to populate a record permission field :
"Risk Owner":{
"UserList":[
{
"Id":2
}
]
}
Which requires our source system to know the unique user ID before submitting the request. We therefore found a better way of populating the field:
"Risk Owner":{
"UserList":[
{
"Username":"archer_user_name"
}
]
}
Is there any documentation that describes the /contentapi/ Record Save in full? We're now looking at populating values list without knowing the unique ID of the value list selection.
Thanks