I've used 'lists.customfields
I've used 'lists.customfields_lists' and the response is not clear. I get a list that looks like:
[
{
"hidden": false,
"_links": {
"self": {
"href": "https://api.icims.com/customers/3804/v2/lists/lists.customfields_lists/D37002/D37002007?size=50"
}
},
"id": "D37002007",
"listnodeid": "11953",
"value": "rcf3011"
},
{
"hidden": false,
"_links": {
"self": {
"href": "https://api.icims.com/customers/3804/v2/lists/lists.customfields_lists/D37002/D37002008?size=50"
}
},
"id": "D37002008",
"listnodeid": "11960",
"value": "rcf3012"
},....
]
but it's not clear what are the field names (by which I should query in the profile API) and also I can't see the "title" of the field with some clarification of the content of the fields, and to which profile the field is linked to.
Please review the documentation on the List API endpoint: https://developer.icims.com/REST-API/Object-Types-Commands/list-api.