Retrieves all job work instructions
Request Information
URI Parameters :
None.
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": "7cc26f77-d9d5-41d7-b0e4-137a4747bd5e",
"jobs_id": "f412f848-a639-4e6a-a63f-2c84e2155a8d",
"work_instruction_details_id": "681725f1-8128-4252-9674-7e02fced1be1",
"user_id": "72fadb72-2c61-44b8-90f1-f8914be5ed96",
"work_instruction_action_type_id": "f9237968-e264-4233-b2c8-fffab2d8484e",
"work_instruction_action_type": "sample string 6",
"name": "sample string 7",
"status": "sample string 8",
"date_done": "2026-03-07T14:51:32.4235688+00:00",
"remark": "sample string 10",
"advise": "sample string 11",
"sequence": 12,
"work_instruction_id": "369057fc-b6e8-43d7-a128-344a7493f530",
"job_work_instruction_details_id": "a27a8c7f-26b9-41ac-8319-fac457a30506",
"modified_dateutc": "2026-03-07T14:51:32.4235688+00:00",
"db_file_ids": "sample string 16",
"db_report_id": "e034339d-4fc6-41c4-b8e0-c62e3e3dcc60",
"parent_id": "ae5e98cf-ab24-48b5-bfa8-5b18c6a20316",
"is_group": true,
"type": "sample string 20",
"db_report_type_id": "4db275c9-73ee-4662-adb2-c92debfcf5dd",
"instruction_document_count": 22,
"show_ok": true,
"show_nok": true,
"show_replaced": true,
"show_na": true,
"db_file_id": "a1ce7fc7-4585-4a2d-882c-c7c57c55f7cd",
"work_instruction_type_id": "cc50a398-5920-45f5-aa51-fa72fbcbca75",
"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-03-07T14:51:32.423Z</date_done> <db_file_id>a1ce7fc7-4585-4a2d-882c-c7c57c55f7cd</db_file_id> <db_file_ids>sample string 16</db_file_ids> <db_report_id>e034339d-4fc6-41c4-b8e0-c62e3e3dcc60</db_report_id> <db_report_type_id>4db275c9-73ee-4662-adb2-c92debfcf5dd</db_report_type_id> <id>7cc26f77-d9d5-41d7-b0e4-137a4747bd5e</id> <instruction_document_count>22</instruction_document_count> <is_customized>true</is_customized> <is_group>true</is_group> <job_work_instruction_details_id>a27a8c7f-26b9-41ac-8319-fac457a30506</job_work_instruction_details_id> <jobs_id>f412f848-a639-4e6a-a63f-2c84e2155a8d</jobs_id> <modified_dateutc>2026-03-07T14:51:32.423Z</modified_dateutc> <name>sample string 7</name> <parent_id>ae5e98cf-ab24-48b5-bfa8-5b18c6a20316</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>72fadb72-2c61-44b8-90f1-f8914be5ed96</user_id> <work_instruction_action_type>sample string 6</work_instruction_action_type> <work_instruction_action_type_id>f9237968-e264-4233-b2c8-fffab2d8484e</work_instruction_action_type_id> <work_instruction_details_id>681725f1-8128-4252-9674-7e02fced1be1</work_instruction_details_id> <work_instruction_id>369057fc-b6e8-43d7-a128-344a7493f530</work_instruction_id> <work_instruction_type_id>cc50a398-5920-45f5-aa51-fa72fbcbca75</work_instruction_type_id> </job_work_instruction_list>