Resource functions
- get_resource_field_data
- create_resource
- delete_resource
- copy_resource
- get_resource_log
- update_resource_type
- get_resource_path
- get_resource_data
- get_alternative_files
- get_resource_types
- add_alternative_file
- delete_alternative_file
- upload_file
- upload_file_by_url
- upload_multipart
- get_related_resources
- resource_log_last_rows
- replace_resource_file
- get_resource_all_image_sizes
- put_resource_data
- update_related_resource
- relate_all_resources
- get_edit_access
Collection functions
Search functions
IIIF
Metadata functions
User functions
System
Message functions
Plugin functions
get_nodes
Get all nodes (fixed keywords) from database for a specific metadata field or parent.
Column | Type | Default | Description |
---|---|---|---|
$ref * | integer | ID of the metadata field | |
$parent | integer | NULL | ID of parent node |
$recursive | boolean | FALSE | Set to true to get children nodes as well. |
$offset | integer | NULL | Specifies the offset of the first row to return |
$rows | integer | NULL | Specifies the maximum number of rows to return |
$name | string | '' | Filter by name of node |
$use_count | boolean | false | Show how many resources use a particular node in the node properties |
$order_by_translated_name | boolean | false | Flag to order by translated names rather then the order_by column |
The response will be a list of node structures.