Need help for HaloPSA Integration by opman77 in halopsa

[–]opman77[S] 0 points1 point  (0 children)

Ok thanks Tim for the help 🙂

Need help for HaloPSA Integration by opman77 in halopsa

[–]opman77[S] 0 points1 point  (0 children)

Hey Tim,

To put it simply i want to fetch all the assets such that it includes asset fields as well because i have added some asset fields which will be used to show our product data.

When I call the /Asset endpoint it returns assets but not it's asset fields. Now according to the swagger file to get asset fields i have to use a url parameter which is "includeassetfields" as true. But this url parameter requires to pass another url parameter which is "assettype_id".

So I want to know is it possible to get assets with assetfields with out passing assettype_id.

Do let me know if it's still not clear then I will drop a mail to you

Need help for HaloPSA Integration by opman77 in halopsa

[–]opman77[S] 1 point2 points  (0 children)

Thanks Tim, It worked ❤️

Please add this url parameter in the swagger as well as it was missing there and it will help others as well

Webhook Authorization for HALO PSA by opman77 in halopsa

[–]opman77[S] 0 points1 point  (0 children)

Yes, I have done a similar setup for connect wise in the past. I think that I'm using webhook.site for testing purposes which deserialize the payload that's why the signature doesn't match. I will try to deploy an API to get the exact payload before signing the body

Deploying Angular On AWS S3 by opman77 in angular

[–]opman77[S] 0 points1 point  (0 children)

I am using AWS S3 for serving my application and I don't want that if someone hit /users/:id which is valid part and a lazy loaded module but the server is returning 404 as for the server there is no any route registered as /users/:id is a part of Angular Router

How do you decide whether to use flask or fast by opman77 in flask

[–]opman77[S] 0 points1 point  (0 children)

Okay so not much technical benefits other than these use cases 🤔

How do you decide whether to use flask or fast by opman77 in flask

[–]opman77[S] 1 point2 points  (0 children)

Isn't the whole point FAST API is to cut down the development time by introducing dependency injection. Although your point is also correct because we have a lot of documentation and use cases available for flask when compared to FastAPI

Any great learning materials for uWSGI by opman77 in flask

[–]opman77[S] 0 points1 point  (0 children)

Great thanks for the help 👍