Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Is it possible for Fusion to remove proofID from a document version?

Avatar

Level 7

Subject is question. I know I can delete proofs via proofHQ custom API call. However, the proofID still resides on the document version. I tried replacing the value with <null> and I got the following error:

 

The operation failed with an error. [400] unable to find method for service endpoint type: EDIT (class com.attask.biz.DocumentVersionMethods$$EnhancerBySpringCGLIB$$4137ba69)

 

Is it possible for us to do this within Fusion?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hello John,

 

I just tried to update a Document Version as well (DOCV) and received the exact same error message.

So I think there is no possibility to modify those objects using the API yet.

 

 

Regards

Lars

View solution in original post

4 Replies

Avatar

Correct answer by
Level 10

Hello John,

 

I just tried to update a Document Version as well (DOCV) and received the exact same error message.

So I think there is no possibility to modify those objects using the API yet.

 

 

Regards

Lars

Avatar

Level 7

Yeah, I'm guessing the same thing. Dang nab it.

Avatar

Level 7

The original idea: Have Fusion remove a manual proof workflow before it goes through again for our larger automated legal and compliance review process. 

 

Now, if the document was a regular Workfront document, perhaps I could have Workfront download the doc and create a new version. But nooooooooo, we're dealing with a document stored in Sharepoint. And since it's a linked file, we can't version it up. 

 

So yeah...back to the drawing board.

 

-j

Avatar

Level 2

Just hit the same thing. So freaking frustrating Adobe. It won't even let you create a new version either.

 

{
    "error": {
        "message": "WEBHOOKS does not support createDocument",
        "title": null,
        "msgKey": "exception.attask",
        "attributes": [
            ""
        ],
        "code": 0
    }
}
 
:ANGRY FACE: