Retrieves the equipment_family_skill_list with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
equipment_family_skill_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier | ||
| equipment_family_id | globally unique identifier | ||
| skill_id | globally unique identifier | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "3f69c52a-e97e-4b65-96bd-c5fd5301eddb",
"equipment_family_id": "eec23d9c-095c-4e79-9407-6087f6b2ce4f",
"skill_id": "ea6fc412-2097-437d-9ee8-c3c335349d7b",
"modified_dateutc": "2026-03-07T14:56:00.2361296+00:00"
}
application/xml, text/xml
Sample:
<equipment_family_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <equipment_family_id>eec23d9c-095c-4e79-9407-6087f6b2ce4f</equipment_family_id> <id>3f69c52a-e97e-4b65-96bd-c5fd5301eddb</id> <modified_dateutc>2026-03-07T14:56:00.236Z</modified_dateutc> <skill_id>ea6fc412-2097-437d-9ee8-c3c335349d7b</skill_id> </equipment_family_skill_list>