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-equipment

2021 / 04 / 24

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

equipment name

column

*serial_no

schema

Type: string

descript

UUID

column

*group_id

schema

Type: integer

descript

group_id

column

*category_id

schema

Type: integer

descript

category_id

column

 

license_pack

schema

 

Type: integer|In:1,2

descript

license_pack

1:basic
2:premium

column

group_name

schema

Type: string

descript

group name

column

category_name

schema

Type: string

descript

category name

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":2,
    "company_id":3,
    "name":"scheduleName",
    "serial_no":"AEE2YEE2",
    "group_id":1232,
    "category_id":22,
    "license_pack":1,
    "group_name":"GroupName",
    "category_name":"categoryName",
    "created_at": "2019-11-29 10:10:10",
    "updated_at": "2019-11-29 10:10:10"
}