Retrieves the equipment brand with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
key

equipment_brand.id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

equipment_brand
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the equipment brand

string

Required

Max length: 50

code

The Id/Ref of the back office. Used by Embedded entity

string

Max length: 50

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "91a21189-6f07-4336-9e80-644012f6cd52",
  "name": "sample string 2",
  "code": "sample string 3",
  "modified_dateutc": "2026-06-24T04:09:24.2582643+00:00"
}

application/xml, text/xml

Sample:
<equipment_brand xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 3</code>
  <id>91a21189-6f07-4336-9e80-644012f6cd52</id>
  <modified_dateutc>2026-06-24T04:09:24.258Z</modified_dateutc>
  <name>sample string 2</name>
</equipment_brand>