Retrieves all work instruction details
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
work_instruction_details| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| work_instruction_id |
Ref work instruction |
globally unique identifier | |
| work_instruction_action_type_id |
Ref work instruction action type |
globally unique identifier | |
| description |
Description |
string | |
| sequence |
Sequence |
integer | |
| reference_back_office |
Ref back office |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| parent_id |
Parent id |
globally unique identifier | |
| is_group |
is_group flag |
boolean | |
| is_archived |
is_archived flag |
boolean | |
| type |
Type |
string | |
| db_report_type_id |
db_report_type_id |
globally unique identifier | |
| instruction_document_count |
instruction_document_count |
integer | |
| show_ok |
show_ok flag |
boolean | |
| show_nok |
show_nok flag |
boolean | |
| show_replaced |
show_replaced flag |
boolean | |
| show_na |
show_na flag |
boolean | |
| db_file_id |
db_file_id |
globally unique identifier | |
| work_instruction_type_id | globally unique identifier | ||
| show_options | string |
Response Formats
application/json, text/json
Sample:
{
"id": "c978d49f-4363-42b5-b5aa-41cc91c53565",
"work_instruction_id": "b588befa-e285-4382-8c52-21ab436e4533",
"work_instruction_action_type_id": "5967674a-c962-41fd-a3b5-7e8afac2e0df",
"description": "sample string 4",
"sequence": 5,
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-03-07T14:53:13.4367705+00:00",
"parent_id": "4bcb9420-850b-485c-84c2-7746ae717aa9",
"is_group": true,
"is_archived": true,
"type": "sample string 11",
"db_report_type_id": "5de2193c-0aa8-4f24-9ff0-4915e3a372f9",
"instruction_document_count": 13,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "2d8a78b2-bd11-42e2-b140-c177efcc7dcf",
"work_instruction_type_id": "e4c0cf31-808f-44fc-a6f2-eeb69936ce2b",
"show_options": "sample string 20"
}
application/xml, text/xml
Sample:
<work_instruction_details xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_file_id>2d8a78b2-bd11-42e2-b140-c177efcc7dcf</db_file_id> <db_report_type_id>5de2193c-0aa8-4f24-9ff0-4915e3a372f9</db_report_type_id> <description>sample string 4</description> <id>c978d49f-4363-42b5-b5aa-41cc91c53565</id> <instruction_document_count>13</instruction_document_count> <is_archived>true</is_archived> <is_group>true</is_group> <modified_dateutc>2026-03-07T14:53:13.436Z</modified_dateutc> <parent_id>4bcb9420-850b-485c-84c2-7746ae717aa9</parent_id> <reference_back_office>sample string 6</reference_back_office> <sequence>5</sequence> <show_na>true</show_na> <show_nok>true</show_nok> <show_ok>true</show_ok> <show_options>sample string 20</show_options> <show_replaced>true</show_replaced> <type>sample string 11</type> <work_instruction_action_type_id>5967674a-c962-41fd-a3b5-7e8afac2e0df</work_instruction_action_type_id> <work_instruction_id>b588befa-e285-4382-8c52-21ab436e4533</work_instruction_id> <work_instruction_type_id>e4c0cf31-808f-44fc-a6f2-eeb69936ce2b</work_instruction_type_id> </work_instruction_details>