Retrieves the work_instruction_skill_list with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "11d27847-3653-4574-ad2d-f3f0a0118f6e",
  "work_instruction_id": "2ea37cf6-539b-4129-a7c0-120889b01588",
  "skill_id": "65d7856a-3343-41db-8acd-a0562ff40410",
  "reference_back_office": "sample string 4",
  "modified_dateutc": "2026-06-16T22:34:13.2266229+00:00"
}

application/xml, text/xml

Sample:
<work_instruction_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>11d27847-3653-4574-ad2d-f3f0a0118f6e</id>
  <modified_dateutc>2026-06-16T22:34:13.226Z</modified_dateutc>
  <reference_back_office>sample string 4</reference_back_office>
  <skill_id>65d7856a-3343-41db-8acd-a0562ff40410</skill_id>
  <work_instruction_id>2ea37cf6-539b-4129-a7c0-120889b01588</work_instruction_id>
</work_instruction_skill_list>