GET api/jobs/perpage?id={id}&pageNumber={pageNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

pageNumber

integer

Required

Body Parameters

None.

Response Information

Resource Description

CommonPaginationPageOfJobExperiences
NameDescriptionTypeAdditional information
TList

Collection of JobExperiences

None.

TotalPage

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "TList": [
    {
      "ProfileId": "7b70667f-2a49-4ab1-b0db-908f7f8e11f4",
      "CompanyName": "sample string 2",
      "Logo": "sample string 3",
      "StartDate": "2025-12-05T20:25:18.9621429-08:00",
      "EndDate": "2025-12-05T20:25:18.9621429-08:00",
      "Description": "sample string 6",
      "Type": "sample string 7",
      "Id": "2499d81e-1cf2-4ed7-8467-92130010a0e6",
      "CreatedDate": "2025-12-05T20:25:18.9621429-08:00",
      "ModifiedDate": "2025-12-05T20:25:18.9621429-08:00",
      "DeletedDate": "2025-12-05T20:25:18.9621429-08:00"
    },
    {
      "ProfileId": "7b70667f-2a49-4ab1-b0db-908f7f8e11f4",
      "CompanyName": "sample string 2",
      "Logo": "sample string 3",
      "StartDate": "2025-12-05T20:25:18.9621429-08:00",
      "EndDate": "2025-12-05T20:25:18.9621429-08:00",
      "Description": "sample string 6",
      "Type": "sample string 7",
      "Id": "2499d81e-1cf2-4ed7-8467-92130010a0e6",
      "CreatedDate": "2025-12-05T20:25:18.9621429-08:00",
      "ModifiedDate": "2025-12-05T20:25:18.9621429-08:00",
      "DeletedDate": "2025-12-05T20:25:18.9621429-08:00"
    }
  ],
  "TotalPage": 1
}

application/xml, text/xml

Sample:
<CommonPaginationPageOfJobExperiences9_SYAvHPQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Pages">
  <TList xmlns:d2p1="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
    <d2p1:JobExperiences>
      <d2p1:CreatedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:CreatedDate>
      <d2p1:DeletedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:DeletedDate>
      <d2p1:Id>2499d81e-1cf2-4ed7-8467-92130010a0e6</d2p1:Id>
      <d2p1:ModifiedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:ModifiedDate>
      <d2p1:CompanyName>sample string 2</d2p1:CompanyName>
      <d2p1:Description>sample string 6</d2p1:Description>
      <d2p1:EndDate>2025-12-05T20:25:18.9621429-08:00</d2p1:EndDate>
      <d2p1:Logo>sample string 3</d2p1:Logo>
      <d2p1:ProfileId>7b70667f-2a49-4ab1-b0db-908f7f8e11f4</d2p1:ProfileId>
      <d2p1:StartDate>2025-12-05T20:25:18.9621429-08:00</d2p1:StartDate>
      <d2p1:Type>sample string 7</d2p1:Type>
    </d2p1:JobExperiences>
    <d2p1:JobExperiences>
      <d2p1:CreatedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:CreatedDate>
      <d2p1:DeletedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:DeletedDate>
      <d2p1:Id>2499d81e-1cf2-4ed7-8467-92130010a0e6</d2p1:Id>
      <d2p1:ModifiedDate>2025-12-05T20:25:18.9621429-08:00</d2p1:ModifiedDate>
      <d2p1:CompanyName>sample string 2</d2p1:CompanyName>
      <d2p1:Description>sample string 6</d2p1:Description>
      <d2p1:EndDate>2025-12-05T20:25:18.9621429-08:00</d2p1:EndDate>
      <d2p1:Logo>sample string 3</d2p1:Logo>
      <d2p1:ProfileId>7b70667f-2a49-4ab1-b0db-908f7f8e11f4</d2p1:ProfileId>
      <d2p1:StartDate>2025-12-05T20:25:18.9621429-08:00</d2p1:StartDate>
      <d2p1:Type>sample string 7</d2p1:Type>
    </d2p1:JobExperiences>
  </TList>
  <TotalPage>1</TotalPage>
</CommonPaginationPageOfJobExperiences9_SYAvHPQ>