GET api/v2/EquipmentTypes/SynchronizeOffline

Request

URI Parameters

Response

Collection of EquipmentTypeSynchronizeOffline
NameDescriptionTypeAdditional information
Id

integer

Identification

string

Active

boolean

Response Format

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Identification": "sample string 2",
    "Active": true
  },
  {
    "Id": 1,
    "Identification": "sample string 2",
    "Active": true
  }
]

text/html

Sample:
[{"Id":1,"Identification":"sample string 2","Active":true},{"Id":1,"Identification":"sample string 2","Active":true}]