Can you add a folder with information for all active projects with one step?

Can you add a folder with information for all active projects with one step?

Can you add a folder with information for all active projects with one step?

Can you add a folder with information for all active projects with one step?
ANSWERED

Plan Export - Different sizes

Why does the plan export (full sized plans) either done via the Plan tab or via task reports, generate the plans as different sizes? when exporting large amounts of plans i have to constantly toggle between zooming in and out as I go down the pages.

How to attach a FORM into Generated Reports from bulltet point/task and use the Form as the Header of the Report

I am trying to generate a report from tasks and 'adding a created form' into that report. It shows only hyperlink of the Form only, but I want the Form to be shown fully in the report and also The Form to be the header of the Report. <br>

in the new report; how to add -mini plan view, -check list so on under 'include' parts

I had done a field review and try to make a report based on 'check list and mini plan view' but under the [Include] part, it seems the option to choose check list and mini plan etc are not showing? <br> How to turn the option on?
ANSWERED

Api endpoint request: get all tasks for user (Account-wide)

Hi! Are you planning to faciliate an endpoint what could send all the tasks related to a specific user, but Account-wide? This would be helpful (for me at least), because i want to present all related tasks for some users, who has not time and enough perception to follow alarms or huge amount of notificaion emails about it. I would show them tasks where "owner" is a given user id. Thanks for the reply! WBR: Attila
ANSWERED

API 3.1 Webhook response help

Hi! I have a weird (?) behavior of the 3.1 webhook. If i catch it via AWS lambda, it sends a proper response, i can handle it, etc. But if i just emulate an endpoint, or i run a mondoDB https endpoint, the response comes three times. I test it with a simple task movement, from a column to another, so it would send only one "update" type response, but somehow it triplets. Is it somehow connection with sending back status 201? Thx for answer. WBR: Attila

Issue in create attachment API

I am using create new attachment API "<https://client-api.{region}.fieldwire.com/api/v3/projects/{project_id}/attachments"> to upload a document to Fieldwire. I am using the below request body while calling the POST API request mentioned above **{ "creator_user_id": \<user_id>, "last_editor_user_id": \<user_id>, "file_url": "<document url>", "name": "Test Document Google Drive.pdf", "folder_id": "<folder id>", "kind": "file" }** After the API call, I see the document added under a project and under a specific folder in Fieldwire. But when I try to access the document I am getting the below error. ![](https://files.readme.io/5dbf787-image.png) FYI, I uploaded my document in google drive and provided access to everyone. I am able to access the document from any browser (because it is shared with everyone) and I use the same URL in my post request for**file_url**. But everything is working fine if I use any of the existing attachments url in Fieldwire during my POST API request.

Is there any API call where I can get the attachments by project and folder also?

<https://client-api.{region}.fieldwire.com/api/v3/projects/{project_id}/attachments> Above API call is providing all the attachments based on project and there is no filter by folder.
ANSWERED

I need to update the status field(dropdown) in a form inside project over api. How wil I do it

I need to update the status field(dropdown) in a form inside project over api. How wil I do it