/api/eas

Get information about a file.

get
Query parameters
idsstring · jsonRequired

A json formatted array of file IDs. Example: [1,3,4].

obj_uuidstringOptional

The _uuid of the object the file is linked into. This is used for the permission check.

check_for_duplicatesbooleanOptional

If set, the fylr database is queried for duplicates of the file. The _duplicate property will be added to the response.

mappingone ofOptional

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.

number · int64Optional
or
string · enumOptionalPossible values:
objecttypestringOptional

The object type for which the mapping is compiled.

maskstringOptional

The mask the mapping is compiled for.

pool_idnumber · int64Optional

The pool_id sets the pool id to determine the mapping if standard is requested.

formatstring · enumOptional

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.

Possible values:
Responses
200
The response contains the file infos in a map.
application/json
200

The response contains the file infos in a map.

{
  "ANY_ADDITIONAL_PROPERTY": {}
}

Last updated