GET api/CorporationSpotterEmployee/GetCorporationSpotterEmployee/{CorporationCode}?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

CorporationCode

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfListOfCorporationSpotterEmployeeDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of CorporationSpotterEmployeeDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "Id": 1,
      "CorporationCode": "sample string 2",
      "EmployeeId": "sample string 3",
      "SpotterEmployeeId": 1,
      "Status": 4,
      "Message": "sample string 5",
      "CreatedDate": "2025-04-03T19:33:07.6255316-07:00",
      "UpdatedDate": "2025-04-03T19:33:07.6255316-07:00"
    },
    {
      "Id": 1,
      "CorporationCode": "sample string 2",
      "EmployeeId": "sample string 3",
      "SpotterEmployeeId": 1,
      "Status": 4,
      "Message": "sample string 5",
      "CreatedDate": "2025-04-03T19:33:07.6255316-07:00",
      "UpdatedDate": "2025-04-03T19:33:07.6255316-07:00"
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfCorporationSpotterEmployeeDTOXTzGDEZN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.CorporationSpotterEmployee">
    <d2p1:CorporationSpotterEmployeeDTO>
      <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
      <d2p1:CreatedDate>2025-04-03T19:33:07.6255316-07:00</d2p1:CreatedDate>
      <d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Message>sample string 5</d2p1:Message>
      <d2p1:SpotterEmployeeId>1</d2p1:SpotterEmployeeId>
      <d2p1:Status>4</d2p1:Status>
      <d2p1:UpdatedDate>2025-04-03T19:33:07.6255316-07:00</d2p1:UpdatedDate>
    </d2p1:CorporationSpotterEmployeeDTO>
    <d2p1:CorporationSpotterEmployeeDTO>
      <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
      <d2p1:CreatedDate>2025-04-03T19:33:07.6255316-07:00</d2p1:CreatedDate>
      <d2p1:EmployeeId>sample string 3</d2p1:EmployeeId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Message>sample string 5</d2p1:Message>
      <d2p1:SpotterEmployeeId>1</d2p1:SpotterEmployeeId>
      <d2p1:Status>4</d2p1:Status>
      <d2p1:UpdatedDate>2025-04-03T19:33:07.6255316-07:00</d2p1:UpdatedDate>
    </d2p1:CorporationSpotterEmployeeDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfCorporationSpotterEmployeeDTOXTzGDEZN>