Discussions
Creating Chapters
about 1 year ago by Nick Christian
I'm needing to create a large number of chapters in iMIS EMS. Using the API, would the best approach for this process consist of creating a Group using the group endpoint or creating an Item using the Item endpoint?
Additionally, when updating using the API, I'm able to use a GET request, then modify values and perform the PUT request. Does the same process work for POSTs? I'm wondering if I am able to manually create 1 chapter in the staff site, then copy the configuration through a GET request to create the remaining 300 chapters.
Thanks in advance!