Retrieves all the equipment models
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
equipment_model| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| code |
The Id/Ref of the back office. Used by Embedded entity |
string |
Max length: 50 |
| name |
Name of the equipment model |
string |
Required Max length: 50 |
| description |
Description of the equipment model |
string | |
| equipment_brand_id |
FK Of Equipment brand |
globally unique identifier | |
| equipment_brand_code |
Embedded entity "equipment_brand" using ERP PK when adding/updating equipment_model |
string | |
| equipment_brand |
Embedded entity "equipment_brand" using ERP PK when adding/updating equipment_model |
equipment_brand | |
| equipment_family_id |
FK Of equipment_family |
globally unique identifier | |
| equipment_family_code |
Embedded entity "equipment_family" using ERP PK when adding/updating equipment_model |
string | |
| equipment_family |
Embedded entity "equipment_family" using ERP PK when adding/updating equipment_model |
equipment_family | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
{
"id": "219659e7-4c80-4645-812f-ad0d9b03fdac",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "71a65312-354e-4e52-9b91-b588ecbbaf4e",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "c94c745f-0a85-42f1-8a91-d114ff767cf2",
"name": "sample string 2",
"code": "sample string 3",
"modified_dateutc": "2026-06-24T04:02:40.7907163+00:00"
},
"equipment_family_id": "21fbba12-443a-4173-83c6-dbc27adceecf",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "da6ea1a9-9c02-4c0b-bdd7-0d01e65afe26",
"name": "sample string 2",
"description": "sample string 3",
"_parent_id": "8b5d266d-a22f-4163-84d7-a27039ad63b0",
"modified_dateutc": "2026-06-24T04:02:40.7907163+00:00"
},
"modified_dateutc": "2026-06-24T04:02:40.7907163+00:00"
}
application/xml, text/xml
<equipment_model xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<code>sample string 2</code>
<description>sample string 4</description>
<equipment_brand>
<code>sample string 3</code>
<id>c94c745f-0a85-42f1-8a91-d114ff767cf2</id>
<modified_dateutc>2026-06-24T04:02:40.790Z</modified_dateutc>
<name>sample string 2</name>
</equipment_brand>
<equipment_brand_code>sample string 6</equipment_brand_code>
<equipment_brand_id>71a65312-354e-4e52-9b91-b588ecbbaf4e</equipment_brand_id>
<equipment_family>
<_parent_id>8b5d266d-a22f-4163-84d7-a27039ad63b0</_parent_id>
<description>sample string 3</description>
<id>da6ea1a9-9c02-4c0b-bdd7-0d01e65afe26</id>
<modified_dateutc>2026-06-24T04:02:40.790Z</modified_dateutc>
<name>sample string 2</name>
</equipment_family>
<equipment_family_code>sample string 8</equipment_family_code>
<equipment_family_id>21fbba12-443a-4173-83c6-dbc27adceecf</equipment_family_id>
<id>219659e7-4c80-4645-812f-ad0d9b03fdac</id>
<modified_dateutc>2026-06-24T04:02:40.790Z</modified_dateutc>
<name>sample string 3</name>
</equipment_model>