-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Currently you can set, create and delete flexible assets. Problem is only create works as for setting and deleting you need the ID of the related item you create which currently can not be got from what I see. To get this ID we will have to index / show related items on a configuration
This means while I can create relations I can't change the relation / delete it or check if there is already one there to stop duplication. Currently every time you create a related item it duplicates it within ITGlue.
I was speaking with Kaseya and the recommended a GET request using: ?include=related_items
You should be able to add a flag to the current get commands to configurations and flexible assets to include a method to GET request with the ?include=related_items parameter at the end which should bring back the information required.
I've taken a look at the help and trawled through the code to no avail of this function so if it's there and I've missed it I do apologize.
Thanks for creating this wrapper ! :D