JACQ Webservices
JACQ IIIF Webservice - Configuration
The webservice is configured by using the table "iiif_definition" of the database "herbar_pictures".
With the columns "manifest_uri" and "manifest_backend", the two main methods are controlled.
Both accept text and several tokens, enclosed with "<>". Subtokens, seperated by colons, are sometimes optional, sometimes mandatory, depending on the token.
These tokens are recognized:
-
specimenID
replaced by the speicmen-ID
-
stableIdentifier
replaced by the stable identifier
one optional subtoken is allowed:
-
:last
only use the part after the last "/"
-
:https
replace "http://" by "https://"
-
fromDB
replaced by the query result from a table in database "herbar_pictures".
The where-clause is always the stable identifier and its column must be named "stableIdentifier".
two mandatory subtokens:
-
:table_name
the name of the table to be used
-
:column_name
the column name to use for the result