list_entry_metadata_get

This returns 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.

name

no

string

This is a comma separated list of column names.  If this is empty, all columns are returned except 'image' and 'long text' types.

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_get.php?entry_id=VALUE

Output

OK:

 

Version: 6.2.3