Retrieves the work instruction action type with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
work_instruction_action_type| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name |
string | |
| reference_back_office |
Ref back office |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "6f764940-de47-4607-8a52-1b582e31b0e0",
"name": "sample string 2",
"reference_back_office": "sample string 3",
"modified_dateutc": "2026-03-07T13:17:24.4601831+00:00"
}
application/xml, text/xml
Sample:
<work_instruction_action_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>6f764940-de47-4607-8a52-1b582e31b0e0</id> <modified_dateutc>2026-03-07T13:17:24.460Z</modified_dateutc> <name>sample string 2</name> <reference_back_office>sample string 3</reference_back_office> </work_instruction_action_type>