Retrieves all work_instruction_skill_list
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
work_instruction_skill_list| Name | Description | Type | Additional 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": "d705ee4c-e31d-4e1d-a4e0-755b926da44a",
"work_instruction_id": "98668d67-414f-4ccb-b8dd-ac70fdfd0d62",
"skill_id": "1dff81c3-c07b-402c-b787-840a5ac56791",
"reference_back_office": "sample string 4",
"modified_dateutc": "2026-03-07T13:16:23.7217535+00:00"
}
application/xml, text/xml
Sample:
<work_instruction_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>d705ee4c-e31d-4e1d-a4e0-755b926da44a</id> <modified_dateutc>2026-03-07T13:16:23.721Z</modified_dateutc> <reference_back_office>sample string 4</reference_back_office> <skill_id>1dff81c3-c07b-402c-b787-840a5ac56791</skill_id> <work_instruction_id>98668d67-414f-4ccb-b8dd-ac70fdfd0d62</work_instruction_id> </work_instruction_skill_list>