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": "4c43fcc0-5450-42f0-a9bb-82fdb12fd8fa",
"job_type_id": "bab54946-331e-4183-96f6-facdbf5e1a2b",
"skill_id": "7ba4a868-37ba-4828-8bbd-1350319b7f03",
"modified_dateutc": "2026-03-07T14:53:02.2715066+00:00"
}
application/xml, text/xml
Sample:
<job_type_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>4c43fcc0-5450-42f0-a9bb-82fdb12fd8fa</id> <job_type_id>bab54946-331e-4183-96f6-facdbf5e1a2b</job_type_id> <modified_dateutc>2026-03-07T14:53:02.271Z</modified_dateutc> <skill_id>7ba4a868-37ba-4828-8bbd-1350319b7f03</skill_id> </job_type_skill_list>