Module dictionary_item_api

Module dictionary_item_api 

Source

Structs§

BulkUpdateDictionaryItemParams
struct for passing parameters to the method bulk_update_dictionary_item
CreateDictionaryItemParams
struct for passing parameters to the method create_dictionary_item
DeleteDictionaryItemParams
struct for passing parameters to the method delete_dictionary_item
GetDictionaryItemParams
struct for passing parameters to the method get_dictionary_item
ListDictionaryItemsParams
struct for passing parameters to the method list_dictionary_items
UpdateDictionaryItemParams
struct for passing parameters to the method update_dictionary_item
UpsertDictionaryItemParams
struct for passing parameters to the method upsert_dictionary_item

Enums§

BulkUpdateDictionaryItemError
struct for typed errors of method bulk_update_dictionary_item
CreateDictionaryItemError
struct for typed errors of method create_dictionary_item
DeleteDictionaryItemError
struct for typed errors of method delete_dictionary_item
GetDictionaryItemError
struct for typed errors of method get_dictionary_item
ListDictionaryItemsError
struct for typed errors of method list_dictionary_items
UpdateDictionaryItemError
struct for typed errors of method update_dictionary_item
UpsertDictionaryItemError
struct for typed errors of method upsert_dictionary_item

Functions§

bulk_update_dictionary_item
Update multiple items in the same dictionary. For faster updates to your service, group your changes into large batches. The maximum batch size is 1000 items. Contact support to discuss raising this limit.
create_dictionary_item
Create DictionaryItem given service, dictionary ID, item key, and item value.
delete_dictionary_item
Delete DictionaryItem given service, dictionary ID, and item key.
get_dictionary_item
Retrieve a single DictionaryItem given service, dictionary ID and item key.
list_dictionary_items
List of DictionaryItems given service and dictionary ID.
update_dictionary_item
Update DictionaryItem given service, dictionary ID, item key, and item value.
upsert_dictionary_item
Upsert DictionaryItem given service, dictionary ID, item key, and item value.