Retrieves the work instruction details with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

work_instruction_details
NameDescriptionTypeAdditional 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": "aeb3223a-1085-4239-9753-be236d44c39b",
  "work_instruction_id": "2436af38-5de5-46ae-b143-6f54d9648dc5",
  "work_instruction_action_type_id": "66c9006c-9900-431a-94be-1da5b3718d9b",
  "description": "sample string 4",
  "sequence": 5,
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2026-01-12T00:20:02.8273766+00:00",
  "parent_id": "b1d46bec-295b-455b-82a0-11116448547e",
  "is_group": true,
  "is_archived": true,
  "type": "sample string 11",
  "db_report_type_id": "f40c155f-f549-47ab-9e5f-635545128226",
  "instruction_document_count": 13,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "9dec98c0-c6e8-4868-8eda-19ae4a7af29c",
  "work_instruction_type_id": "8f0f9812-b490-44c3-a65d-a4f534e03518",
  "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>9dec98c0-c6e8-4868-8eda-19ae4a7af29c</db_file_id>
  <db_report_type_id>f40c155f-f549-47ab-9e5f-635545128226</db_report_type_id>
  <description>sample string 4</description>
  <id>aeb3223a-1085-4239-9753-be236d44c39b</id>
  <instruction_document_count>13</instruction_document_count>
  <is_archived>true</is_archived>
  <is_group>true</is_group>
  <modified_dateutc>2026-01-12T00:20:02.827Z</modified_dateutc>
  <parent_id>b1d46bec-295b-455b-82a0-11116448547e</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>66c9006c-9900-431a-94be-1da5b3718d9b</work_instruction_action_type_id>
  <work_instruction_id>2436af38-5de5-46ae-b143-6f54d9648dc5</work_instruction_id>
  <work_instruction_type_id>8f0f9812-b490-44c3-a65d-a4f534e03518</work_instruction_type_id>
</work_instruction_details>