Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get-NinjaOneTickets Filters #47

Open
ograweb opened this issue Nov 26, 2024 · 1 comment
Open

Get-NinjaOneTickets Filters #47

ograweb opened this issue Nov 26, 2024 · 1 comment

Comments

@ograweb
Copy link

ograweb commented Nov 26, 2024

Hi

Trying Example 3 :
Get-NinjaOneTickets -boardId 1 -filters @{status = 'open'}

Give me a
... paramètre «filters». Impossible de convertir la valeur «System.Collections.Hashtable» du type «System.Collections.Hashtable» en type «
NinjaOneTicketBoardFilter[]». ... (Sorry for French error)

@{status = 'open'} can't be casted to NinjaOneTicketBoardFilter[]

How to use -filters ?

Thanks

@ograweb
Copy link
Author

ograweb commented Nov 26, 2024

Ninja's ticket dashboard use this json :
filters":[{"field":"status","operator":"contains_any","value":"2000"}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant