Hi Sarah,
I took this to our support team and they shared the following with me, in case it helps you or anyone else who finds this.
From support:
I’ve confirmed this API call works within Postman:
POST /attask/api/v12.0/DOCFDR
{
"name":"FOO",
"projectID":"<PROJ-ID>",
"linkedFolder":{
"externalStorageID":"ID of Sharepoint folder goes here",
"documentProviderID":"assigned by Workfront",
"externalIntegrationType":"SHAREPOINT"
}
}
Some notes:
- Be sure to pass the raw body as a JSON object
- The “name” is the name of the folder as you would like it to appear within Workfront
- The “projectID” could be an Issue, Task, etc
- The “externalStorageID” is the ID of the folder within SHAREPOINT
- The “documentProviderID is assigned by Workfront, find it via:
- GET /attask/api-unsupported/docpro/search?
I hope this helps a little!
Kyna