GET /v1/files/{fileGuid}/keywords
Summary: Get all the keywords for file.
Operation ID: Keywords_GetFileKeywords
Auth: unknown
Operation ID: Keywords_GetFileKeywords
Auth: unknown
Parameters (3)
active
(boolean, query, optional)
If not given, return all Keywords, if given as true return only active Keywords, if given as false returns only inactive Keywords.
fileGuid
(string, path, required)
ID of the file for which keywords are requested.
sortings
(array, query, optional)
Optional: A list of Key-Value pairs, containing names of fields and directions by which the results should be sorted. Any sortable field name (submodel fields not supported) in the model can be used, while value can be "Desc" or "Asc". Example: "?sortings[0].key=Keyword&sortings[0].value=Desc".
No probe data for this endpoint yet.