作为验证方式,intra-mart Accel Platform常规提供的IM-Workflow REST API可以使用Cookie验证方式以及OAuth验证方式,但从外部系统调用时必须使用OAuth验证方式。
此外,Cookie验证方式是假设通过intra-mart Accel Platform创建的页面进行调用的验证方式。
首先,有关IM-Workflow REST API的详细信息,请参照以下文档。
intra-mart Accel Platform IM-Workflow设计书 6.1.REST API
https://document.intra-mart.jp/library/iap/public/im_workflow/im_workflow_specification/texts/api_guide/rest_api/index.html
OAuth验证方式必须在调用REST API之前,根据规定的步骤获取访问令牌。
使用OAuth验证方式的外部系统调用方法,请参照以下文档。
https://document.intra-mart.jp/library/forma/public/forma_programming_guide/texts/workflow_web_api/certification.html#oauth
【参考信息】
考虑通过Basic验证进行访问时,请参照以下FAQ。
https://product.intra-mart.support/hc/ja/articles/13952034355481
-- 适用对象 --------------------------------------------------------------------
iAP/Accel Platform/2020 Summer及以后所有版本
--------------------------------------------------------------------------------
FAQID:1225
请告知通过外部系统调用IM-Workflow REST API的方法。