Skip to content

archive_usages

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
usage_typetinyint UNSIGNEDType of targetNO
usage_idbigint UNSIGNEDTarget primary key IDNO
archive_idint UNSIGNEDParameter IDNORelated field archives->id
archive_valuetextParameter valueYES
is_privatetinyint UNSIGNEDIs private0NO0.No / 1.Yes
plugin_fskeyvarchar(64)Related pluginYESRelated field plugins->fskey
Which plugin is associated with
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Introduction to using target associations

API output example

json
{
    "archives": [
        {
            "code": "String / Code",
            "name": "String / Name",
            "description": "String / Description",
            "value": "String / Parameter value",
        }
    ]
}

Released under the Apache-2.0 License