Tip |
---|
|
Do check out the API Builder! A brand new custom builder plugin made for Joget DX.
The API Builder introduces the simple drag-and-drop principle similar to the Form Builder, as a no-code/low-code alternative to create your own customized JSON APIs for Joget apps. Have access to more APIs out-of-the-box, preview APIs quickly, greater API access management, support for custom API authenticators, and more. API elements & API authenticators are extensible via plugins too.
To see detailed information about this plugin, click here. Download the plugin from Joget Marketplace here. |
Warning |
---|
English |
---|
The API Domain Whitelist setting in General Settings needs to be configured to allow JSON API requests. If a request is from a non-whitelisted domain, the response will be a HTTP 400 Bad Request. |
Thai |
---|
มีการแนะนำใน v5 การตั้งค่ารายการที่อนุญาตพิเศษของโดเมน API ใน General Settings จำเป็นต้องได้รับการกำหนดค่าให้อนุญาตการร้องขอ JSON API หากคำขอมาจากโดเมนที่ไม่ใช่รายการที่อนุญาตพิเศษการตอบกลับจะเป็น HTTP 400 Bad Request |
|
...
http://localhost:8080/jw/web/json/workflow/assignment/completecompleteWithVariable/879_223_crm_process1_approve_proposal?var_status=Sent
...
Thai |
---|
ลักษณะ เสร็จสิ้นการกำหนดที่ได้รับมอบหมายพร้อมตัวเลือกในการตั้งค่าตัวแปรเวิร์กโฟลว์ บทบาทของผู้ใช้ ทุกคน (รวมถึงบุคคลนิรนาม) วิธี HTTP POST พารามิเตอร์ - callback - (เป็นตัวเลือก) ฟังก์ชั่น (ใน JavaScript) เพื่อโทรกลับหลังจากเรียกใช้วิธีนี้
- activityId - id อินสแตนซ์ของกิจกรรม
- var_ * - (ไม่บังคับ) พารามิเตอร์นำหน้าด้วย "var_" ใช้เพื่อตั้งค่าตัวแปรเวิร์กโฟลว์
ตัวอย่าง URL
http://localhost:8080/jw/web/json/workflow/assignment/completecompleteWithVariable/879_223_crm_process1_approve_proposal?var_status=Sent ตัวอย่างผลลัพธ์ |
...
Thai |
---|
ลักษณะ ประเมินการมอบหมายทั้งหมดของผู้ใช้ใหม่ บทบาทของผู้ใช้ ผู้ดูแลระบบ วิธี HTTP POST พารามิเตอร์ - ชื่อผู้ใช้ - ผู้ใช้ที่จะทำการประเมินใหม่
ตัวอย่าง URL
http://localhost:8080/jw/web/json/monitoring/user/reevaluate?username=cat |
SLA
web/json/workflow/activity/sla/list
...