Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Documentation of /contentapi/ Record Save Functionality

DanLieb
Contributor

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

 

0 REPLIES 0