GET api/Equipment_Table/{id}

Get Table by provided ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

TablesBasicinformation
NameDescriptionTypeAdditional information
EquipmentTableId

integer

None.

Color

string

None.

Type

string

None.

WheelChair

boolean

None.

EquipmentName

string

None.

BrandId

integer

None.

OrganizationId

integer

None.

EquipmentTypeId

integer

None.

EquipmentCode

string

None.

NewEquipmentCode

string

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

CompanyId

string

None.

ExpiresOn

date

None.

IsActive

boolean

None.

IsNew

boolean

None.

IsDeleted

boolean

None.

QRCode

string

None.

BarCode

string

None.

LogoSize

integer

None.

LogoSizeUnit

integer

None.

LogoWeight

integer

None.

LogoWeightUnit

integer

None.

LogoShape

string

None.

NewExpiresOn

date

None.

CreatedDateTime

date

None.

LastUpdatedDateTime

date

None.

ActivateOn

date

None.

Response Formats

application/json, text/json

Sample:
{
  "EquipmentTableId": 1,
  "Color": "sample string 1",
  "Type": "sample string 2",
  "WheelChair": true,
  "EquipmentName": "sample string 3",
  "BrandId": 1,
  "OrganizationId": 1,
  "EquipmentTypeId": 4,
  "EquipmentCode": "sample string 5",
  "NewEquipmentCode": "sample string 6",
  "CreatedBy": 1,
  "LastModifiedBy": 1,
  "CompanyId": "sample string 7",
  "ExpiresOn": "2025-07-18T16:03:42.174618+00:00",
  "IsActive": true,
  "IsNew": true,
  "IsDeleted": true,
  "QRCode": "sample string 8",
  "BarCode": "sample string 9",
  "LogoSize": 1,
  "LogoSizeUnit": 1,
  "LogoWeight": 1,
  "LogoWeightUnit": 1,
  "LogoShape": "sample string 10",
  "NewExpiresOn": "2025-07-18T16:03:42.174618+00:00",
  "CreatedDateTime": "2025-07-18T16:03:42.174618+00:00",
  "LastUpdatedDateTime": "2025-07-18T16:03:42.174618+00:00",
  "ActivateOn": "2025-07-18T16:03:42.174618+00:00"
}

application/xml, text/xml

Sample:
<TablesBasicinformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
  <ActivateOn>2025-07-18T16:03:42.174618+00:00</ActivateOn>
  <BarCode>sample string 9</BarCode>
  <BrandId>1</BrandId>
  <CompanyId>sample string 7</CompanyId>
  <CreatedBy>1</CreatedBy>
  <CreatedDateTime>2025-07-18T16:03:42.174618+00:00</CreatedDateTime>
  <EquipmentCode>sample string 5</EquipmentCode>
  <EquipmentName>sample string 3</EquipmentName>
  <EquipmentTypeId>4</EquipmentTypeId>
  <ExpiresOn>2025-07-18T16:03:42.174618+00:00</ExpiresOn>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <IsNew>true</IsNew>
  <LastModifiedBy>1</LastModifiedBy>
  <LastUpdatedDateTime>2025-07-18T16:03:42.174618+00:00</LastUpdatedDateTime>
  <LogoShape>sample string 10</LogoShape>
  <LogoSize>1</LogoSize>
  <LogoSizeUnit>1</LogoSizeUnit>
  <LogoWeight>1</LogoWeight>
  <LogoWeightUnit>1</LogoWeightUnit>
  <NewEquipmentCode>sample string 6</NewEquipmentCode>
  <NewExpiresOn>2025-07-18T16:03:42.174618+00:00</NewExpiresOn>
  <OrganizationId>1</OrganizationId>
  <QRCode>sample string 8</QRCode>
  <Color>sample string 1</Color>
  <EquipmentTableId>1</EquipmentTableId>
  <Type>sample string 2</Type>
  <WheelChair>true</WheelChair>
</TablesBasicinformation>