Retrieves the job_type_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
job_type_skill_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier | ||
| job_type_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": "38e8e802-60a1-41ca-ae5d-9121fa22fbd9",
"job_type_id": "f5b12393-cd10-4654-a26f-d6d018c0ff9a",
"skill_id": "22460e33-da57-479a-81a2-b88d47e59d14",
"modified_dateutc": "2026-06-16T21:22:04.9920148+00:00"
}
application/xml, text/xml
Sample:
<job_type_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>38e8e802-60a1-41ca-ae5d-9121fa22fbd9</id> <job_type_id>f5b12393-cd10-4654-a26f-d6d018c0ff9a</job_type_id> <modified_dateutc>2026-06-16T21:22:04.992Z</modified_dateutc> <skill_id>22460e33-da57-479a-81a2-b88d47e59d14</skill_id> </job_type_skill_list>