Unable to generate a task through httpclient

I am trying to generate a task using HttpClient. When i do this on the API Reference sandbox, this works fine. I copy the relevant code into my project with the same body and headers and i keep getting a 422 error returned.

I would like to get 'categories' I think they're called.

How do get actual non meta data for a project? I want to know firestopping, client will address etc. I see they are in the 'categories' section of the report builder. But I can't find them in the brief explanations in the API quick introduction. Is there a more in-depth guide to the API; besides the brief API guide and reference listed above?

Getting the JID for the report

I would like to retrieve a report through the API but it is asking for a JID and I don't know how to generate one.

Unable to make calls to API

I am trying to use the API Reference docs to try the Create Project API endpoint. When i am adding my API Token, the regex is failing, as i assume this is looking for a 40 character string and I am receiving a 64 character string from the API Token. The only response I get when i press the "Try Me!" button is a 401: not authorized response. I have tried this with multiple generated tokens and am having the same issue each time. I have also tried running this in postman and am getting a similar issue.

what does this error mean?

Entity not found: (Active) Project with ids

How do I get form data through the API

How do I get form data through the API?

Fieldwire API for Creating Labels

I am currently working on creating projects using the Fieldwire API, and I've been following the instructions provided on the Fieldwire website. However, I've run into an issue when it comes to creating labels. It seems like I can only create labels within the Fieldwire app itself and not through an API call. I was wondering if you could provide me with some guidance on how to create labels using the API?
ANSWERED

Get Subfolder and Files in Folders?

Hello, how can I get the subfolders and files inside the projects folders? I can get the folders with this: https://developers.fieldwire.com/reference/get_folders_in_project but I can't find how to get the actual contents. Weirdly, the folders are also marked as "kind: attachment"? I just need to get the projects folders and all its contents for a one-way sync from Fieldwire to our local servers.

Photos non enregistrées fans l'API et non rattachées à l'API

Bonjour, Ces deux dernières semaines, j'ai constaté que lors de l'édition d'un rapport, il manquait des photos à certaines tâches (une partie voir la totalité). Par exemple, ce mardi, il me manquait 62 photos sur 175 photos. Heureusement, celles-ci étaient bien toutes enregistrés sur mon mobile, mais n'ont pas été toutes transmise à l'API. J'ai dû les rattaché manuellement, soit 2h de perdues. Remarque : j'utilise principalement Fieldwire en sous-sol, et il arrive que je ne suis plus connecté à Internet. Est-ce une des raisons ? Si c'est le cas, comment y remédier ? Bien cordialement.

Connect ton PowerBI

When we try to connect API REST in PowerBI, we use this url : https://app.fieldwire.com/api/v3/files/{file_uuid} (we replace file uuid with a project id number) In PowerBI, we use "Wev" authentication with the API Project URL and the API token from our admin panel. Result : "A web API key can only be specified when a web API key name is provided." We need help, thanks.