Retrieves all job work instruction details

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

job_work_instruction_details
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
job_work_instruction_id

Ref job workinstuction

globally unique identifier
work_instruction_details_id

Ref work instruction details

globally unique identifier
work_instruction_action_type_id

Ref work instruction 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": "efc25d53-2a01-4a08-b857-19c7991077e6",
  "job_work_instruction_id": "e8525f26-f003-49fd-8fa1-4b5528f5c097",
  "work_instruction_details_id": "9e5a9334-adbb-4984-893c-0e79ca883f47",
  "work_instruction_action_type_id": "0009fea3-02cb-4f2a-a5ef-fba0628e9fe7",
  "description": "sample string 5",
  "sequence": 6,
  "reference_back_office": "sample string 7",
  "modified_dateutc": "2026-03-07T14:53:09.6269978+00:00",
  "parent_id": "8133726d-b4ab-47da-be7b-e3496e54bd5b",
  "is_group": true,
  "is_archived": true,
  "type": "sample string 12",
  "db_report_type_id": "b87b411b-7604-4e67-bf46-2a9f61179c66",
  "instruction_document_count": 14,
  "show_ok": true,
  "show_nok": true,
  "show_replaced": true,
  "show_na": true,
  "db_file_id": "dfb8e363-f237-49f1-b64b-22ce79135df6",
  "work_instruction_type_id": "3f2039c7-6b2c-46d5-8ce4-fdf7eec528ae",
  "show_options": "sample string 21"
}

application/xml, text/xml

Sample:
<job_work_instruction_details xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_file_id>dfb8e363-f237-49f1-b64b-22ce79135df6</db_file_id>
  <db_report_type_id>b87b411b-7604-4e67-bf46-2a9f61179c66</db_report_type_id>
  <description>sample string 5</description>
  <id>efc25d53-2a01-4a08-b857-19c7991077e6</id>
  <instruction_document_count>14</instruction_document_count>
  <is_archived>true</is_archived>
  <is_group>true</is_group>
  <job_work_instruction_id>e8525f26-f003-49fd-8fa1-4b5528f5c097</job_work_instruction_id>
  <modified_dateutc>2026-03-07T14:53:09.626Z</modified_dateutc>
  <parent_id>8133726d-b4ab-47da-be7b-e3496e54bd5b</parent_id>
  <reference_back_office>sample string 7</reference_back_office>
  <sequence>6</sequence>
  <show_na>true</show_na>
  <show_nok>true</show_nok>
  <show_ok>true</show_ok>
  <show_options>sample string 21</show_options>
  <show_replaced>true</show_replaced>
  <type>sample string 12</type>
  <work_instruction_action_type_id>0009fea3-02cb-4f2a-a5ef-fba0628e9fe7</work_instruction_action_type_id>
  <work_instruction_details_id>9e5a9334-adbb-4984-893c-0e79ca883f47</work_instruction_details_id>
  <work_instruction_type_id>3f2039c7-6b2c-46d5-8ce4-fdf7eec528ae</work_instruction_type_id>
</job_work_instruction_details>