Retrieves all the equipment brand

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

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": "c1dbeb91-f8c1-4d2a-8cab-1b98a162aefb",
  "name": "sample string 2",
  "code": "sample string 3",
  "modified_dateutc": "2026-06-24T04:07:28.961297+00:00"
}

application/xml, text/xml

Sample:
<equipment_brand xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 3</code>
  <id>c1dbeb91-f8c1-4d2a-8cab-1b98a162aefb</id>
  <modified_dateutc>2026-06-24T04:07:28.961Z</modified_dateutc>
  <name>sample string 2</name>
</equipment_brand>