Retrieves all job_type_skill_list
Request Information
URI Parameters :
None.
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": "75d18c58-b191-4b35-8c82-9fdfc6772c71",
"job_type_id": "c620db3c-e508-4905-aa7e-13cb13b47e60",
"skill_id": "07f424aa-e759-4eb2-bd9b-930f51dd5215",
"modified_dateutc": "2026-03-07T14:50:44.9689787+00:00"
}
application/xml, text/xml
Sample:
<job_type_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>75d18c58-b191-4b35-8c82-9fdfc6772c71</id> <job_type_id>c620db3c-e508-4905-aa7e-13cb13b47e60</job_type_id> <modified_dateutc>2026-03-07T14:50:44.968Z</modified_dateutc> <skill_id>07f424aa-e759-4eb2-bd9b-930f51dd5215</skill_id> </job_type_skill_list>