Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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

Avatar

Community Advisor

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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