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.

Answered

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

Facture

Bonjour,

Answered

Deleted markups showing up in the API response

Hi,

Answered

Mobile use

I can’t get access to my project on my iPad

Answered

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.

Answered

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}?