AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

Get-TdChange Modification #54

Closed AndrewPla closed 5 years ago

AndrewPla commented 5 years ago

Get-TdChange is a bit of a mess. TOPdesk doesn't provide an endpoint for changes unfortunately so I will rewrite it so it queries the change calendar better and then make it so that it replaces Get-TdChangeDetail

AndrewPla commented 5 years ago

Get-TdChangeCalendar returns changes with an id that has a c- prepended to it. I need to update Get-TdChange so that it removes the c- form the beginning of an id as TOPdesk decided to add this for some reason

AndrewPla commented 5 years ago

closing issue pending an API update from TOPDesk.