These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Creating Chapters

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!