ANSWERED

Access to accounts

I work for Mondak Portables and they use this platform for everyone of are custom fabricated trailers.Im not able to get access to those files and blueprints.How do I get access to all that information so I can use it at work from my smart phone
ANSWERED

Webhooks / events

how do I subscirpe to an event within the fieldwire ecosystem to then refelct changes in other software. I want to trigger an automation flow everytime a punchlist is created, with other software there are usually an event system of some sort either a collection of webhooks, graphql subscription or other pub/sub event system, how can I achieve that in field wire

Upload a local file as a new attachment via api request

Using the Fieldwire UI, the "+ New File" button enables me to upload a file from disk, which appears to then be hosted from Fieldwire's own S3 bucket However, the API endpoint - https://app.fieldwire.com/api/v3/projects/{project_id}/attachments Does not appear to enable posting a file via multipart upload or other means, and instead only has: file_url - string - required URL of the potential processed file When using this method, it appears Fieldwire does not actually download the file from file_url, but instead acts as a middleman and serves the file from the passed file_url Is there a way using the API to upload a file to Fieldwire's S3 bucket? (in the same way the Fieldwire UI does?)

custom form

Hi, I created an API from where i want to fetch data and insert it as a form in FIELDWIRE, should i start by : - Post a form template ? - Then post form section ? - And at last post form ? if yes , why am getting : { errors: [ 'not authorized' ] } on terminal and the same token is workin when i try to get project, task , plan and form . best regard Hi, I created an API from where i want to fetch data and insert it as a form in FIELDWIRE, should i start by : - Post a form template ? - Then post form section ? - And at last post form ? if yes , why am getting : { errors: [ 'not authorized' ] } on terminal and the same token is workin when i try to get project, task , plan and form . best regard

combien de personnes peuvent chater ensemble sur le compte pro

combien de personnes peuvent chater ensemble sur le compte pro

Update a value inside a form

Hi, I would like to update a value (String value, a drop-down list) inside a form for an existing form by API - I already get all the value, but now i would to change them - I am not success to find the way to do that with the update form_section_record_input_values, or an other way Could'you give me the best way to do that

merge the export of Forms with the export of forms templates

Hello Fieldwire Team, I have a little problem to merge the export of Forms with the export of forms templates I can't find a common thread between the two. can you help me on this point it's urgent thank you in advance

backfill for text markups

Is there a way to change the background color or fill color when creating markups on sheets? Im trying to add text information to prints but it very hard to read because the print shows through the markup.

Permitir escalar plantas para comparar com versões anteriores

Vocês tem alguma solução em vista para permitir que as plantas sejam escaladas para a mesma escala da versão anterior, de modo que a comparação entre as duas versões seja possível? Obrigada!
ANSWERED

API Calls timeout

Hi ! How many time in ms or seconds can i wait before call API again ? Cheers.