Fusion Manage Forum
Welcome to Autodesk’s Fusion Manage (formerly Fusion 360 Manage) Forum. Share your knowledge, ask questions, and explore popular Fusion Manage topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

REST API v2: How to know who is checked out file

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
276 Views, 0 Replies

REST API v2: How to know who is checked out file

Hi,

 

We are trying to know by whom the file was checked out.

 

By this query: 

https://[tenant]/api/v2/workspaces/8/items/4156/files

  for item or this for file

https://[tenant]/api/v2/workspaces/8/items/4156/files/1451

 we got almost identical answer

{
  "id" : 1451,
  "url" : "https://[tenant]/api/v2/workspaces/8/items/4156/files/1451",
  "itemId" : 4156,
  "workspaceId" : 8,
  "fileName" : "food_processor.sldasm",
  "title" : "food_processor.sldasm",
  "description" : "attachment",
  "size" : 650240,
  "version" : 1,
  "type" : {
    "id" : "other",
    "type" : "Miscellaneous File Type",
    "description" : null,
    "viewable" : true,
    "extension" : null
  },
  "status" : "CHECKEDOUT"
}

 Here you can see that file is checked out. But we do not know who is locked it.

 

Is i tpossible to get user id or user login?

 

Thank you.

 

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report