We use cookies and similar technologies to process personal information for the operation of our website, statistical analysis, and providing targeted advertising. We share information about your use of the site with our advertising partners who may further share it with additional parties. You may opt out of performance cookies here, and learn more about how we use cookies here” 
  • Topics

X-Sign OpenAPI

X-sign 2.0 / X-Sign OpenAPI / Documentation / Models

Model-Dynamic Content (DataLink)

2021 / 04 / 26

column

schema

descript

column

*id

schema

Type: integer

descript

equipment id

column

*company_id

schema

Type: integer

descript

company id

column

*name

schema

Type: string

descript

DataLink name (unique)

column

*md5

schema

Type: string

descript

json md5

column

download_url

schema

Type: string

descript

json download url

column

*created_at

schema

Type: timestamp

descript

0000-00-00 00:00:00 (UTC)

column

*updated_at

schema

Type: timestamp

descript

0000-00-00 00:00:00 (UTC)

{
    "id":1,
    "company_id":3,
    "name":"menu1",
    "md5":"md5string",
    "download_url":"https://xsignbucket.s3.aws/3/datalinks/json/1",
    "created_at": "2019-11-29 10:10:10",
    "updated_at": "2019-11-29 10:10:10"
}