Retrieves all work_instruction_skill_list

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

work_instruction_skill_list
NameDescriptionTypeAdditional information
id

globally unique identifier
work_instruction_id

globally unique identifier
skill_id

globally unique identifier
reference_back_office

Field used for Embedded entity (store there your ERP PK)

string
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "9b7bfad1-e7ee-4a1e-a6b6-11f3cefbe417",
  "work_instruction_id": "bb633e3d-0ce8-4d55-8004-fbf269c2311e",
  "skill_id": "36457301-c1cf-4c67-b27c-575d6b569b96",
  "reference_back_office": "sample string 4",
  "modified_dateutc": "2026-06-16T22:31:11.2163427+00:00"
}

application/xml, text/xml

Sample:
<work_instruction_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>9b7bfad1-e7ee-4a1e-a6b6-11f3cefbe417</id>
  <modified_dateutc>2026-06-16T22:31:11.216Z</modified_dateutc>
  <reference_back_office>sample string 4</reference_back_office>
  <skill_id>36457301-c1cf-4c67-b27c-575d6b569b96</skill_id>
  <work_instruction_id>bb633e3d-0ce8-4d55-8004-fbf269c2311e</work_instruction_id>
</work_instruction_skill_list>