Partner Screening List API



We were emailed a question asking how to use the list api for background check packages. Here is the api call:
List API Steps for Partner Screening (based on best practices)
ID’s to Know
List ID = lists.customfields_lists
ParentNode (Background Package) = D37002025
ParentNode (Drug Screen Package) = D37002030

Adding a new Background Check Package (same can be conducted for Drug Screen)
Call Type: POST
URL: https://api.icims.com/customers/6271/lists/lists.customfields_lists/node?parentNodeId=D37002025
(example only):
{
"value": "Demo AutoPackage Added API",
"hidden": false
}
Result Status: 201 Created
Location Link: https://api.icims.com/customers/6271/lists/lists.customfields_lists/node/C25035
*C25035 is the list id for the new package*