GET api/jobs/byid?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
JobExperiences| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| Logo | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProfileId": "dc6058c2-610d-47e7-9d8e-551f701b6986",
"CompanyName": "sample string 2",
"Logo": "sample string 3",
"StartDate": "2025-12-05T20:26:02.6037012-08:00",
"EndDate": "2025-12-05T20:26:02.6037012-08:00",
"Description": "sample string 6",
"Type": "sample string 7",
"Id": "0445782c-1b1a-4805-95c6-655b3d864085",
"CreatedDate": "2025-12-05T20:26:02.6037012-08:00",
"ModifiedDate": "2025-12-05T20:26:02.6037012-08:00",
"DeletedDate": "2025-12-05T20:26:02.6037012-08:00"
}
application/xml, text/xml
Sample:
<JobExperiences xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data"> <CreatedDate>2025-12-05T20:26:02.6037012-08:00</CreatedDate> <DeletedDate>2025-12-05T20:26:02.6037012-08:00</DeletedDate> <Id>0445782c-1b1a-4805-95c6-655b3d864085</Id> <ModifiedDate>2025-12-05T20:26:02.6037012-08:00</ModifiedDate> <CompanyName>sample string 2</CompanyName> <Description>sample string 6</Description> <EndDate>2025-12-05T20:26:02.6037012-08:00</EndDate> <Logo>sample string 3</Logo> <ProfileId>dc6058c2-610d-47e7-9d8e-551f701b6986</ProfileId> <StartDate>2025-12-05T20:26:02.6037012-08:00</StartDate> <Type>sample string 7</Type> </JobExperiences>