Retrieves the job work instruction with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

job_work_instruction_list
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
jobs_id

FK of a jobs

globally unique identifier
work_instruction_details_id

Work instruction details id

globally unique identifier
user_id

Filled with the person that update it

globally unique identifier
work_instruction_action_type_id

globally unique identifier
work_instruction_action_type

What is the action type (like repair, change)

string
name

Name

string
status

One of the constant value, can be Ok,NotOk,Replaced,NotApplicable

string
date_done

When going to a status (like ok, not ok, replace , notapplicable) this date is set

date
remark

Additional info

string
advise

In case of a problem, an advice can be asked

string
sequence

Order field, sequence asc (0 is first)

integer
work_instruction_id

FK of the "header"

globally unique identifier
job_work_instruction_details_id

For later

globally unique identifier
modified_dateutc

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

date
db_file_ids

db_file_ids

string
db_report_id

db_report_id

globally unique identifier
parent_id

parent_id

globally unique identifier
is_group

is_group

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
is_customized

boolean

Response Formats

application/json, text/json

Sample:
{
  "id": "a7e7432b-a19e-4bf5-b056-5187dbab6d11",
  "jobs_id": "6a8bb0c1-6d19-46ed-a4e3-50b48337cb95",
  "work_instruction_details_id": "bcc5d34b-0135-4565-b589-427607cf761e",
  "user_id": "1ccfddd4-ec9f-4d1c-8d80-c902e4adea0d",
  "work_instruction_action_type_id": "896249a7-f92c-4435-9dd9-3b31e1515999",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-06-16T21:22:28.917233+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "11f223d4-b29b-4d80-9603-b1012486d10d",
  "job_work_instruction_details_id": "b0da023f-4030-4897-a191-280fbb476608",
  "modified_dateutc": "2026-06-16T21:22:28.917233+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "b5befe11-af23-449b-aa3b-99b1bb87980b",
  "parent_id": "1b7a057a-6663-4cf0-9de1-aff412d0234a",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "10316894-65ec-4947-9bd7-ed7170dd94df",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "5ef5476f-6169-407e-a56a-849ef7820c9c",
  "work_instruction_type_id": "64058310-0163-4915-b0f5-fd9fcb7fa4f6",
  "show_options": "sample string 29",
  "is_customized": true
}

application/xml, text/xml

Sample:
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <advise>sample string 11</advise>
  <date_done>2026-06-16T21:22:28.917Z</date_done>
  <db_file_id>5ef5476f-6169-407e-a56a-849ef7820c9c</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>b5befe11-af23-449b-aa3b-99b1bb87980b</db_report_id>
  <db_report_type_id>10316894-65ec-4947-9bd7-ed7170dd94df</db_report_type_id>
  <id>a7e7432b-a19e-4bf5-b056-5187dbab6d11</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>b0da023f-4030-4897-a191-280fbb476608</job_work_instruction_details_id>
  <jobs_id>6a8bb0c1-6d19-46ed-a4e3-50b48337cb95</jobs_id>
  <modified_dateutc>2026-06-16T21:22:28.917Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>1b7a057a-6663-4cf0-9de1-aff412d0234a</parent_id>
  <remark>sample string 10</remark>
  <sequence>12</sequence>
  <show_na>true</show_na>
  <show_nok>true</show_nok>
  <show_ok>true</show_ok>
  <show_options>sample string 29</show_options>
  <show_replaced>true</show_replaced>
  <status>sample string 8</status>
  <type>sample string 20</type>
  <user_id>1ccfddd4-ec9f-4d1c-8d80-c902e4adea0d</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>896249a7-f92c-4435-9dd9-3b31e1515999</work_instruction_action_type_id>
  <work_instruction_details_id>bcc5d34b-0135-4565-b589-427607cf761e</work_instruction_details_id>
  <work_instruction_id>11f223d4-b29b-4d80-9603-b1012486d10d</work_instruction_id>
  <work_instruction_type_id>64058310-0163-4915-b0f5-fd9fcb7fa4f6</work_instruction_type_id>
</job_work_instruction_list>