This returns all list entry data and related information.
All list_entries_metadata_* calls add/update/delete columns in the database table but they also add/update/show/delete records into another short table. Each record in this table describe the column in the first table. The list_entries_metadata_field_list shows all descriptions which includes the name of the metadata column.
Argument |
Required |
Type |
Description |
detailed |
no |
boolean |
Only if it is omitted or is zero it is “false” and no details will be shown. Any other input will default to true. |
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_entries_metadata_field_list.php?
Output
OK:
Field=>screenshot
Field=>pagetitle
Field=>lastmodified
Field=>pagechanged
Field=>downloadtime
Field=>topwords
Output with Detail
OK:
id=>1
name=>screenshot
title=>Screenshot
type=>image
view=>1
sort=>0
search=>0
history=>1
id=>2
name=>pagetitle
title=>Page Title
type=>longtext
view=>1
sort=>1
search=>1
history=>1
id=>3
name=>lastmodified
title=>Last Modified Header
type=>longtext
view=>1
sort=>1
search=>1
history=>1
Version: 6.2.3