Work Flow Jobs
This endpoint is used to fetch all the workflow jobs in the current organization
Items Per Page
Page Number
Sorting Order
Sorting Key
GET /ux/nccm/workflow_jobs/?items_per_page=1&page=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
]
API endpoint that allows users to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/nccm/workflow_jobs/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 631
{
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
This endpoint is used to fetch a workflow jobs in the current organization
GET /ux/nccm/workflow_jobs/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
API endpoint that allows users to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
PUT /ux/nccm/workflow_jobs/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 631
{
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
This endpoint is used to delete an existing workflow job for the current organization
No response body
No content
DELETE /ux/nccm/workflow_jobs/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
This endpoint is used to trigger workflow jobs in the current organization
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/nccm/workflow_jobs/execute-workflow-job/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 631
{
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
This endpoint is used to diagnosis feature of workflow jobs in the current organization
GET /ux/nccm/workflow_jobs/feature-diagnosis/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
This endpoint is used to diagnosis feature options of workflow jobs in the current organization
GET /ux/nccm/workflow_jobs/feature-diagnosis-opts/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
This endpoint is used to change state or delete workflow jobs in the current organization
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/nccm/workflow_jobs/multi-change/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 631
{
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}
This endpoint is used to fetch a workflow jobs options in the current organization
GET /ux/nccm/workflow_jobs/options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"id": "text",
"schedule_details": "text",
"next_action_time_obj": "text",
"last_action_time_obj": "text",
"created_by_name": "text",
"modified_by_name": "text",
"business_hr_profile_name": "text",
"execute_now_triggered": "text",
"created_by_profile": "text",
"modified_by_profile": "text",
"job_id": "text",
"organization": "text",
"name": "text",
"description": "text",
"jobname": "text",
"progress": true,
"last_action": "2025-08-30T22:28:45.468Z",
"next_action": "2025-08-30T22:28:45.468Z",
"startdate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"enddate": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"starttime": "2025-08-30",
"endtime": "2025-08-30",
"is_enabled": true,
"is_deleted": true,
"creation_time": "2025-08-30T22:28:45.468Z",
"modified_time": "2025-08-30T22:28:45.468Z",
"created_by": "text",
"modified_by": "text",
"business_hr_profile": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"schedule_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"tzone": "text"
}