Two things:
1) I would like to export my Assets from WHD so I can import them into FileMaker Pro, so I can do an inventory with our iPhones using FileMaker GO. I can scan the asset tags by Location/Room and set the Audit Date. The Problem is I cannot export all my Assets. WHD claims I should be able to SHIFT+Click the checkbox to select all assets, but it doesn't work. Does anyone have a workaround other than selecting all assets on each page and doing multiple exports (I have over 11,000 assets so that would take awhile).
2) I was hoping to use the REST API and import all assets from WHD to FileMaker Pro, but it appears the REST API will only do 1000 at a time. Seems like an unusual limitation of WHD. Is this a bug or intended?
I tried http://helpdesk.neenah.k12.wi.us/helpdesk/WebObjects/Helpdesk.woa/ra/Assets&apiKey=[mykey] but it appears you must include ?limit= (doesn't say in documentation)
I tried http://helpdesk.neenah.k12.wi.us/helpdesk/WebObjects/Helpdesk.woa/ra/Assets?limit=12000&apiKey=[mykey] (but stops after importing 1000 records)