How to check-in documents using custom API call in Fusion | Community
Skip to main content
Rafal_Bainie
Community Advisor
Community Advisor
May 26, 2022
Solved

How to check-in documents using custom API call in Fusion

  • May 26, 2022
  • 1 reply
  • 684 views

Hi everyone,

I'm putting my first steps in Fusion and looking for help with custom API call (which I need to use, because there is no field on "updated record" module to check-in doc).

Here is body of my call used with PUT method:

{"ID":"{{1.ID}}","accessRules":[

{

"accessorID":[],

"accessorObjCode":"USER",

"ancestorID":[],

"objCode":{{1.objCode}},

"coreAction":"VIEW",

"checkIn":"true",

"customerID":[],

"forbiddenActions":["DOWNLOAD","SHARE"],

"isInherited":"false",

"secondaryActions":[],

"securityObjCode":[],

"securityObjID":[],

"ID":"{{1.ID}}"

}]}

If someone could help me, I would be immensly grateful.

Rafal

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Rafal_Bainie

I will answer myself in case someone will be trying to do the same, Workfront native module "misc action" has option to checkIn document, so using custom API call turned out not to be necessary

1 reply

Rafal_Bainie
Community Advisor
Rafal_BainieCommunity AdvisorAuthorAccepted solution
Community Advisor
June 1, 2022

I will answer myself in case someone will be trying to do the same, Workfront native module "misc action" has option to checkIn document, so using custom API call turned out not to be necessary