Video Interview List API



List API Steps for Video Interview (based on best practices)
ID’s to Know
List ID = lists.customfields_lists
ParentNode = D37002035

Adding a new Video Interview Package
Call Type: POST
URL: https://api.icims.com/customers/6272/lists/lists.customfields_lists/node?parentNodeId=D37002035
Payload (example only):
{
"value": "Demo AutoPackage Added API",
"hidden": false
}
Result Status: 201 Created
Location Link: https://api.icims.com/customers/6272/lists/lists.customfields_lists/node/C24825
*C24825 is the list id for the new package*