How to mark a document on sharepoint site as final record from microsoft graph API.

Vinay Hadule 21 Reputation points
2021-06-17T18:27:39.12+00:00

We are able to put document files in sharepoint. Now we want to mark the file as final record. Is there any API to fulfill this requirment.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,437 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,284 questions
0 comments No comments
{count} votes

Accepted answer
  1. MichaelHan-MSFT 18,021 Reputation points
    2021-06-18T06:57:04.153+00:00

    Hi @Vinay Hadule ,

    Currently, there is no such api to mark a file as final.

    As a workaround, you could create a column on the document library called "_MarkAsFinal" (Yes/No). Then use API to update the column value.

    Here is a similar question for your reference: https://sharepoint.stackexchange.com/questions/279073/display-marked-as-final-status-for-a-document-in-sharepoint-online-document-li


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


    If the response is helpful, please click "Accept Answer" and upvote it.


0 additional answers

Sort by: Most helpful