Retrieves the job work instruction 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
job_work_instruction_list| Name | Description | Type | Additional 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
{
"id": "ad13095a-fcf8-4004-b2a8-5c75a759d603",
"jobs_id": "2612ba38-b696-4e8b-8649-1f17bea3dd24",
"work_instruction_details_id": "bedfdf04-9538-4d2a-bfb8-898e05a6016d",
"user_id": "e1fd5f7d-8baf-4e73-ab6f-43b6d353b25f",
"work_instruction_action_type_id": "5b000c18-a170-4823-85f3-2e8d6c239367",
"work_instruction_action_type": "sample string 6",
"name": "sample string 7",
"status": "sample string 8",
"date_done": "2026-01-11T21:06:49.2160533+00:00",
"remark": "sample string 10",
"advise": "sample string 11",
"sequence": 12,
"work_instruction_id": "855eb78e-5147-4966-b2a5-e83239598491",
"job_work_instruction_details_id": "87ba8904-9b9f-4fce-bda2-a2a79a78ba45",
"modified_dateutc": "2026-01-11T21:06:49.2160533+00:00",
"db_file_ids": "sample string 16",
"db_report_id": "27bdb74f-adda-445d-b4ab-429c306f34e7",
"parent_id": "30042326-94df-4fb4-bfcc-621afb148253",
"is_group": true,
"type": "sample string 20",
"db_report_type_id": "6d390189-afc0-444e-91da-a3deda8408b2",
"instruction_document_count": 22,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "6381fcc3-d6a3-4b5b-902e-ab547fe9d467",
"work_instruction_type_id": "1f6825ae-1395-4c8a-bc9f-f99432db7a93",
"show_options": "sample string 29",
"is_customized": true
}
application/xml, text/xml
<job_work_instruction_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <advise>sample string 11</advise> <date_done>2026-01-11T21:06:49.216Z</date_done> <db_file_id>6381fcc3-d6a3-4b5b-902e-ab547fe9d467</db_file_id> <db_file_ids>sample string 16</db_file_ids> <db_report_id>27bdb74f-adda-445d-b4ab-429c306f34e7</db_report_id> <db_report_type_id>6d390189-afc0-444e-91da-a3deda8408b2</db_report_type_id> <id>ad13095a-fcf8-4004-b2a8-5c75a759d603</id> <instruction_document_count>22</instruction_document_count> <is_customized>true</is_customized> <is_group>true</is_group> <job_work_instruction_details_id>87ba8904-9b9f-4fce-bda2-a2a79a78ba45</job_work_instruction_details_id> <jobs_id>2612ba38-b696-4e8b-8649-1f17bea3dd24</jobs_id> <modified_dateutc>2026-01-11T21:06:49.216Z</modified_dateutc> <name>sample string 7</name> <parent_id>30042326-94df-4fb4-bfcc-621afb148253</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>e1fd5f7d-8baf-4e73-ab6f-43b6d353b25f</user_id> <work_instruction_action_type>sample string 6</work_instruction_action_type> <work_instruction_action_type_id>5b000c18-a170-4823-85f3-2e8d6c239367</work_instruction_action_type_id> <work_instruction_details_id>bedfdf04-9538-4d2a-bfb8-898e05a6016d</work_instruction_details_id> <work_instruction_id>855eb78e-5147-4966-b2a5-e83239598491</work_instruction_id> <work_instruction_type_id>1f6825ae-1395-4c8a-bc9f-f99432db7a93</work_instruction_type_id> </job_work_instruction_list>