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": "ef1bc06f-9360-4fe4-9ee4-2488ff64207a",
  "jobs_id": "bb2408d1-4606-431d-a348-36d736e44b98",
  "work_instruction_details_id": "a0319ce2-9942-4011-aa5c-aa927e867c93",
  "user_id": "da2c20d6-bc40-463a-b663-cb19291c5551",
  "work_instruction_action_type_id": "0eb76611-c802-4a3f-ad2f-f5fd289bc1dc",
  "work_instruction_action_type": "sample string 6",
  "name": "sample string 7",
  "status": "sample string 8",
  "date_done": "2026-03-07T14:56:19.6704691+00:00",
  "remark": "sample string 10",
  "advise": "sample string 11",
  "sequence": 12,
  "work_instruction_id": "f610774a-d8cc-4e0f-bdd9-86dbf1fb1567",
  "job_work_instruction_details_id": "0d02b8ee-3849-494b-9c28-6b4c1a078bd9",
  "modified_dateutc": "2026-03-07T14:56:19.6704691+00:00",
  "db_file_ids": "sample string 16",
  "db_report_id": "d67bd28f-f984-4a5a-9613-be39d9f5b96f",
  "parent_id": "06e2d911-aec2-4fd9-b18a-897ae9cb6b40",
  "is_group": true,
  "type": "sample string 20",
  "db_report_type_id": "dbad49f0-2c59-446a-86d5-cbd71ae2efe0",
  "instruction_document_count": 22,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "555edb4a-74b6-4a5e-8e15-c724a25e2a04",
  "work_instruction_type_id": "22476ef6-0203-4b3e-b034-0c05913da6b0",
  "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-03-07T14:56:19.670Z</date_done>
  <db_file_id>555edb4a-74b6-4a5e-8e15-c724a25e2a04</db_file_id>
  <db_file_ids>sample string 16</db_file_ids>
  <db_report_id>d67bd28f-f984-4a5a-9613-be39d9f5b96f</db_report_id>
  <db_report_type_id>dbad49f0-2c59-446a-86d5-cbd71ae2efe0</db_report_type_id>
  <id>ef1bc06f-9360-4fe4-9ee4-2488ff64207a</id>
  <instruction_document_count>22</instruction_document_count>
  <is_customized>true</is_customized>
  <is_group>true</is_group>
  <job_work_instruction_details_id>0d02b8ee-3849-494b-9c28-6b4c1a078bd9</job_work_instruction_details_id>
  <jobs_id>bb2408d1-4606-431d-a348-36d736e44b98</jobs_id>
  <modified_dateutc>2026-03-07T14:56:19.670Z</modified_dateutc>
  <name>sample string 7</name>
  <parent_id>06e2d911-aec2-4fd9-b18a-897ae9cb6b40</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>da2c20d6-bc40-463a-b663-cb19291c5551</user_id>
  <work_instruction_action_type>sample string 6</work_instruction_action_type>
  <work_instruction_action_type_id>0eb76611-c802-4a3f-ad2f-f5fd289bc1dc</work_instruction_action_type_id>
  <work_instruction_details_id>a0319ce2-9942-4011-aa5c-aa927e867c93</work_instruction_details_id>
  <work_instruction_id>f610774a-d8cc-4e0f-bdd9-86dbf1fb1567</work_instruction_id>
  <work_instruction_type_id>22476ef6-0203-4b3e-b034-0c05913da6b0</work_instruction_type_id>
</job_work_instruction_list>