list_entry_metadata_insert

This adds or updates the List entry metadata.

See Also

Argument

Required

Type

Description

entry_id

yes

string

Enter the entry id. To find the id for the list_entry_list and display the 'detailed' view for the List.

field

yes

string

The name of the metadata column.

data

yes

string

The metadata to add.

format

no

string

The format of the output for the API: text, json or xml. The default is text.

callback

no

string

This only works with Direct APIs. This is a JavaScript function that should be called after the API is completed. This function will be called with the response of the API.  Please note: It can only be used when requesting this API via AJAX request.

Example

servername/webadmin/api/list_entry_metadata_insert?entry_id=VALUE

Output

OK:

 

Version: 6.2.3