iCIMS · Capability
iCIMS Workflows API — Workflows
iCIMS Workflows API — Workflows. 6 operations. Lead operation: Get applicant workflow for a person and job. Self-contained Naftiko capability covering one Icims business surface.
What You Can Do
GET
Getapplicantworkflowbypersonandjob
— Get applicant workflow for a person and job
/v1/customers/{customerid}/applicantworkflows/person/{personid}/job/{jobid}
GET
Getapplicantworkflowsubmittalstatuslog
— Get the submittal status log for an applicant workflow
/v1/customers/{customerid}/applicantworkflows/{workflowid}/submittalstatuslog
POST
Createworkflow
— Create a workflow
/v1/customers/{customerid}/{workflowtype}
GET
Getworkflow
— Get a workflow
/v1/customers/{customerid}/{workflowtype}/{workflowid}
PATCH
Updateworkflow
— Update a workflow
/v1/customers/{customerid}/{workflowtype}/{workflowid}
DELETE
Deleteworkflow
— Delete a workflow
/v1/customers/{customerid}/{workflowtype}/{workflowid}
MCP Tools
get-applicant-workflow-person-and
Get applicant workflow for a person and job
read-only
idempotent
get-submittal-status-log-applicant
Get the submittal status log for an applicant workflow
read-only
idempotent
create-workflow
Create a workflow
get-workflow
Get a workflow
read-only
idempotent
update-workflow
Update a workflow
idempotent
delete-workflow
Delete a workflow
idempotent