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": "f3c65485-2ae6-49d6-9680-ad02ede37f4c",
  "name": "sample string 2",
  "archived": true,
  "modified_dateutc": "2026-03-07T13:19:33.1973005+00:00"
}

application/xml, text/xml

Sample:
<work_instruction_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <archived>true</archived>
  <id>f3c65485-2ae6-49d6-9680-ad02ede37f4c</id>
  <modified_dateutc>2026-03-07T13:19:33.197Z</modified_dateutc>
  <name>sample string 2</name>
</work_instruction_type>