Retrieves all work instruction type

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

work_instruction_type
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

string
archived

boolean
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "83e3e916-eba7-4060-b211-3e1e2870b115",
  "name": "sample string 2",
  "archived": true,
  "modified_dateutc": "2026-01-11T21:01:41.5719897+00:00"
}

application/xml, text/xml

Sample:
<work_instruction_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <archived>true</archived>
  <id>83e3e916-eba7-4060-b211-3e1e2870b115</id>
  <modified_dateutc>2026-01-11T21:01:41.571Z</modified_dateutc>
  <name>sample string 2</name>
</work_instruction_type>