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": "d09aa5f7-5ec2-4779-abd1-e0127dba4c5b",
  "work_instruction_id": "4a360390-1dbd-4d01-b987-12845e065c6c",
  "skill_id": "f20a649a-4771-4e7e-86b3-dca606b995c6",
  "reference_back_office": "sample string 4",
  "modified_dateutc": "2026-03-07T13:19:19.8784587+00:00"
}

application/xml, text/xml

Sample:
<work_instruction_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>d09aa5f7-5ec2-4779-abd1-e0127dba4c5b</id>
  <modified_dateutc>2026-03-07T13:19:19.878Z</modified_dateutc>
  <reference_back_office>sample string 4</reference_back_office>
  <skill_id>f20a649a-4771-4e7e-86b3-dca606b995c6</skill_id>
  <work_instruction_id>4a360390-1dbd-4d01-b987-12845e065c6c</work_instruction_id>
</work_instruction_skill_list>