-
Notifications
You must be signed in to change notification settings - Fork 0
Import data into the API
ProgramX-NPledger edited this page Mar 7, 2024
·
2 revisions
Importing or creating content autonomously requires use of the Taggloo API and the dataImporter or administrator roles.
Importing is performed using the POST method for the appropriate endpoint, eg. words. When an item is imported, it is put on a background thread to allow live indexing. As part of this, a unique GUID is generated which is returned to the caller. This GUID can be used later to get the actual Id of the item.
When retrieving items from Taggloo, always use the Id property, which is indexed and will be more performant.