GET api/LocalJobTitles?reportsto={reportsto}&accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportsto

integer

Required

accountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LocalJobTitlesModel
NameDescriptionTypeAdditional information
Name

string

None.

AccountId

integer

None.

ReportsTo

integer

None.

GlobalId

integer

None.

ReportsToName

string

None.

GlobalName

string

None.

Id

integer

None.

Status

string

None.

CreatedBy

string

None.

CreateTimestamp

date

None.

ModifiedBy

string

None.

ModifiedTimestamp

date

None.

DataStateFlag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "AccountId": 2,
    "ReportsTo": 3,
    "GlobalId": 4,
    "ReportsToName": "sample string 5",
    "GlobalName": "sample string 6",
    "Id": 7,
    "Status": "sample string 8",
    "CreatedBy": "sample string 9",
    "CreateTimestamp": "2024-11-21T08:41:23.934245+00:00",
    "ModifiedBy": "sample string 11",
    "ModifiedTimestamp": "2024-11-21T08:41:23.934245+00:00",
    "DataStateFlag": "sample string 12"
  },
  {
    "Name": "sample string 1",
    "AccountId": 2,
    "ReportsTo": 3,
    "GlobalId": 4,
    "ReportsToName": "sample string 5",
    "GlobalName": "sample string 6",
    "Id": 7,
    "Status": "sample string 8",
    "CreatedBy": "sample string 9",
    "CreateTimestamp": "2024-11-21T08:41:23.934245+00:00",
    "ModifiedBy": "sample string 11",
    "ModifiedTimestamp": "2024-11-21T08:41:23.934245+00:00",
    "DataStateFlag": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLocalJobTitlesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models.JobTitle">
  <LocalJobTitlesModel>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T08:41:23.934245Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 9</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 12</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">7</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 11</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T08:41:23.934245Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 8</Status>
    <AccountId>2</AccountId>
    <GlobalId>4</GlobalId>
    <GlobalName>sample string 6</GlobalName>
    <Name>sample string 1</Name>
    <ReportsTo>3</ReportsTo>
    <ReportsToName>sample string 5</ReportsToName>
  </LocalJobTitlesModel>
  <LocalJobTitlesModel>
    <CreateTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T08:41:23.934245Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreateTimestamp>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 9</CreatedBy>
    <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 12</DataStateFlag>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">7</Id>
    <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 11</ModifiedBy>
    <ModifiedTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">
      <d3p1:DateTime>2024-11-21T08:41:23.934245Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </ModifiedTimestamp>
    <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Service.Models">sample string 8</Status>
    <AccountId>2</AccountId>
    <GlobalId>4</GlobalId>
    <GlobalName>sample string 6</GlobalName>
    <Name>sample string 1</Name>
    <ReportsTo>3</ReportsTo>
    <ReportsToName>sample string 5</ReportsToName>
  </LocalJobTitlesModel>
</ArrayOfLocalJobTitlesModel>