Fetching entity_tags associated to a task
Is there a more efficient way of fetching tags associated to a task?
Customize Appearance of Emailed Generated Reports
The Fieldwire generatored Tasks reports that get sent out to my various teams look like SPAM or some sort of junk mail. It looks like the company Fieldwire is sending out the reports to my teams (technically are) and not me or my company. Especially how even the signatures in the email is Fieldwire and all contact info is back to Fieldwire.
Why is using Floorplan APIs inefficent
To get a sheet from a floorplan you must use https://developers.fieldwire.com/reference/get_floorplans_in_project
Need help on finding the attributes
How can i get the below columns with values
Status, Category, Assignee, Tags, Internal/Client, Stand Number, Item Code, Quantity , StartDate
202 jid response when job is in progress or expired.
When retrieving a full form by ID (https://developers.fieldwire.com/reference/get_full_form_by_id) it is unclear when the Job ID expires.
Facture
Bonjour,
Deleted markups showing up in the API response
Hi,
Mobile use
I can’t get access to my project on my iPad
I was using the API Friday, and today I cannot
I'm reaching out because our API integration is now returning 401 Unauthorized on all requests — even simple GET requests to /projects. This integration was fully functional as of Friday (June 21st), and no changes have been made to our payloads, environment, or user roles.
Creating and assigning checklists to tasks via API
I see I can list and create checklist templates (GET /template_checklists, POST /checklist_templates), but there is no API to attach a template to a task, like we can manually in the UI. Is this feature available in another API version (v3.1 or v4)? If not, can you add an endpoint like POST /tasks/{id}/checklist_templates/{template_id}?