/api/eas
A json formatted array of file IDs. Example: [1,3,4].
The _uuid of the object the file is linked into. This is used for the permission check.
If set, the fylr database is queried for duplicates of the file. The _duplicate property will be added to the response.
If mapping is given, the file's metadata is used to compile a _mapped_metadata object in the response. mapping can either be the _id of the mapping or the keyword standard. The standard mapping will use the object type (and pool i.A.) to determine the standard mapping.
The object type for which the mapping is compiled.
The mask the mapping is compiled for.
The pool_id sets the pool id to determine the mapping if standard is requested.
The format of the output. standard is the default and includes the versions property. long includes metadata and versions. short doesn't include neither. If an unknown format is given short is used.
The response contains the file infos in a map.
The response contains the file infos in a map.
{
"ANY_ADDITIONAL_PROPERTY": {}
}Last updated