Retrieves the equipment model with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| key |
equipment_model.id |
globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
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": "0d9b150a-120a-410f-ae38-976d86aa6c42",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"equipment_brand_id": "80c8131a-4c29-4e94-8240-dc514b128a12",
"equipment_brand_code": "sample string 6",
"equipment_brand": {
"id": "5c71fc49-6d15-4aa8-a382-4009c0898c05",
"name": "sample string 2",
"code": "sample string 3",
"modified_dateutc": "2026-06-24T04:06:13.6285889+00:00"
},
"equipment_family_id": "4dd5f996-5f3f-404d-98d8-6e86e5c218bf",
"equipment_family_code": "sample string 8",
"equipment_family": {
"id": "6243131f-dff3-45cd-8891-f9b4872ba821",
"name": "sample string 2",
"description": "sample string 3",
"_parent_id": "45ec49cb-ed8f-4ac8-a9f5-33d226771c84",
"modified_dateutc": "2026-06-24T04:06:13.6412832+00:00"
},
"modified_dateutc": "2026-06-24T04:06:13.6412832+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>5c71fc49-6d15-4aa8-a382-4009c0898c05</id>
<modified_dateutc>2026-06-24T04:06:13.628Z</modified_dateutc>
<name>sample string 2</name>
</equipment_brand>
<equipment_brand_code>sample string 6</equipment_brand_code>
<equipment_brand_id>80c8131a-4c29-4e94-8240-dc514b128a12</equipment_brand_id>
<equipment_family>
<_parent_id>45ec49cb-ed8f-4ac8-a9f5-33d226771c84</_parent_id>
<description>sample string 3</description>
<id>6243131f-dff3-45cd-8891-f9b4872ba821</id>
<modified_dateutc>2026-06-24T04:06:13.641Z</modified_dateutc>
<name>sample string 2</name>
</equipment_family>
<equipment_family_code>sample string 8</equipment_family_code>
<equipment_family_id>4dd5f996-5f3f-404d-98d8-6e86e5c218bf</equipment_family_id>
<id>0d9b150a-120a-410f-ae38-976d86aa6c42</id>
<modified_dateutc>2026-06-24T04:06:13.641Z</modified_dateutc>
<name>sample string 3</name>
</equipment_model>