Description Adds a new collection or updates an existing collection of the same name with the fields and data items provided. Accepts same data formats as Collection.AddItem bulk insertion. Required parameters CollectionName, Data File (XML) or POST Data (JSON) Returns The result of the operation including the CollectionID, CollectionName, whether
Read More
Downloads a file stored in a Collection.
Read More
Updates an item in the collection. Returns a message specifying whether or not the update was successful
Read More
Modifies a field in a collection. Returns a message specifying whether or not the update was successful.
Read More
Updates or creates a new publisher for the specified collection. Returns a message specifying whether or not the add/update was successful.
Read More
Sets the Unique Fields on the Collection. WARNING: This operation will delete any duplicates in the collection based on the new unique fields being set. Returns a message detailing whether or not the command executed successfully and the number of duplicate items removed.
Read More
Publishes the collection according to the publishing information setup for the collection. Currently, this can be entered via the Web Console or using the Collection.SetPublisher call. Returns the result of the operation and the jobID if the request was successful.
Read More
Returns a list of collections with their current publishing configuration.
Read More
Returns a list of the views for a particular collection.
Read More
Returns a list of collections for an account.
Read More
Returns a list of fields that are in a particular collection with their details
Read More
Deletes an item from a collection. Returns a message detailing whether or not the command executed successfully.
Read More
Deletes a field from the Collection. This operation can only be performed on Collections that are created by a user (cannot delete fields from an agent’s collection). Returns a message detailing whether the command executed successfully.
Read More
Deletes the collection and all data within it. WARNING: This operation is permanent! Returns a message detailing whether or not the requested command was successful.
Read More
Clears the contents of a collection but leaves the collection intact. WARNING: This operation is permanent! Returns a message indicating whether or not the command was successful.
Read More
Adds a field to the desired Collection, and field format is set to “Text”. This operation can only be performed on Collections that are created by a user (cannot be performed on agent collections). Returns the result of the operation and the FieldID if it was successful.
Read More
Adds an item to a collection with the values specified. In addition to single items, it is possible to add items in bulk by attaching a file with the request. Returns the ItemID of the newly added item, or an error message stating why it could not be added.
Read More
Adds an empty collection in your account. Returns the result of the operation and the CollectionID if it was successful.
Read More