Hello,
I’m curious if anyone else has extensively touched the IncidentIQ API with Python. I’m looking to automate the retirement of devices by having the script update specific fields for an asset based on a serial number an end-user puts in. However, the documentation is a bit confusing. Would I need to do a Search Assets Query with the user provided serial number, then get the SID of the asset in order to update fields? And where would I go to find the API names of these specific fields, especially for custom additions? I appreciate any clarification on this as the default workflow of clicking through the GUI each time is tedious, especially when dealing with dozens of retired assets.
Here are the API docs I was working with: apihub.incidentiq.com/

