Retrieves all job_type_skill_list

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

job_type_skill_list
NameDescriptionTypeAdditional 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": "84cde165-bae4-4a47-b7b5-b3ade6721347",
  "job_type_id": "a03f0a76-1ec1-46ad-81ea-dc72e363c361",
  "skill_id": "a1fe0300-6782-4af1-b62a-738869bcc8f3",
  "modified_dateutc": "2026-01-11T21:02:17.0547233+00:00"
}

application/xml, text/xml

Sample:
<job_type_skill_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>84cde165-bae4-4a47-b7b5-b3ade6721347</id>
  <job_type_id>a03f0a76-1ec1-46ad-81ea-dc72e363c361</job_type_id>
  <modified_dateutc>2026-01-11T21:02:17.054Z</modified_dateutc>
  <skill_id>a1fe0300-6782-4af1-b62a-738869bcc8f3</skill_id>
</job_type_skill_list>