GET api/Individuals_and_AINIndividuals_by_org/{id}?OrgCode={OrgCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

OrgCode

string

Required

Body Parameters

None.

Response Information

Resource Description

individuals_AIN_ind_by_org
NameDescriptionTypeAdditional information
AIN_Individuals

Collection of Individuals_OrgMapping

None.

individuals

Collection of OrgIndividuals_dc

None.

Response Formats

application/json, text/json

Sample:
{
  "AIN_Individuals": [
    {
      "IndividualsOrgMappingId": 1,
      "ittfid": 2,
      "FromOrg": "sample string 3",
      "ToOrg": "sample string 4",
      "CreatedDateTime": "2025-07-18T16:00:04.3216035+00:00",
      "LastUpdatedDateTime": "2025-07-18T16:00:04.3216035+00:00",
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "IsDeleted": true,
      "CoreOrgId": 1,
      "IsActive": true,
      "StartDateTime": "2025-07-18T16:00:04.3216035+00:00",
      "EndDateTime": "2025-07-18T16:00:04.3216035+00:00"
    },
    {
      "IndividualsOrgMappingId": 1,
      "ittfid": 2,
      "FromOrg": "sample string 3",
      "ToOrg": "sample string 4",
      "CreatedDateTime": "2025-07-18T16:00:04.3216035+00:00",
      "LastUpdatedDateTime": "2025-07-18T16:00:04.3216035+00:00",
      "CreatedBy": 1,
      "LastModifiedBy": 1,
      "IsDeleted": true,
      "CoreOrgId": 1,
      "IsActive": true,
      "StartDateTime": "2025-07-18T16:00:04.3216035+00:00",
      "EndDateTime": "2025-07-18T16:00:04.3216035+00:00"
    }
  ],
  "individuals": [
    {
      "ittfid": 1,
      "IndividualName": "sample string 2",
      "Profile": "sample string 3"
    },
    {
      "ittfid": 1,
      "IndividualName": "sample string 2",
      "Profile": "sample string 3"
    }
  ]
}

application/xml, text/xml

Sample:
<individuals_AIN_ind_by_org xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <AIN_Individuals xmlns:d2p1="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1">
    <d2p1:Individuals_OrgMapping>
      <d2p1:CoreOrgId>1</d2p1:CoreOrgId>
      <d2p1:CreatedBy>1</d2p1:CreatedBy>
      <d2p1:CreatedDateTime>2025-07-18T16:00:04.3216035+00:00</d2p1:CreatedDateTime>
      <d2p1:EndDateTime>2025-07-18T16:00:04.3216035+00:00</d2p1:EndDateTime>
      <d2p1:FromOrg>sample string 3</d2p1:FromOrg>
      <d2p1:IndividualsOrgMappingId>1</d2p1:IndividualsOrgMappingId>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastModifiedBy>1</d2p1:LastModifiedBy>
      <d2p1:LastUpdatedDateTime>2025-07-18T16:00:04.3216035+00:00</d2p1:LastUpdatedDateTime>
      <d2p1:StartDateTime>2025-07-18T16:00:04.3216035+00:00</d2p1:StartDateTime>
      <d2p1:ToOrg>sample string 4</d2p1:ToOrg>
      <d2p1:ittfid>2</d2p1:ittfid>
    </d2p1:Individuals_OrgMapping>
    <d2p1:Individuals_OrgMapping>
      <d2p1:CoreOrgId>1</d2p1:CoreOrgId>
      <d2p1:CreatedBy>1</d2p1:CreatedBy>
      <d2p1:CreatedDateTime>2025-07-18T16:00:04.3216035+00:00</d2p1:CreatedDateTime>
      <d2p1:EndDateTime>2025-07-18T16:00:04.3216035+00:00</d2p1:EndDateTime>
      <d2p1:FromOrg>sample string 3</d2p1:FromOrg>
      <d2p1:IndividualsOrgMappingId>1</d2p1:IndividualsOrgMappingId>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:IsDeleted>true</d2p1:IsDeleted>
      <d2p1:LastModifiedBy>1</d2p1:LastModifiedBy>
      <d2p1:LastUpdatedDateTime>2025-07-18T16:00:04.3216035+00:00</d2p1:LastUpdatedDateTime>
      <d2p1:StartDateTime>2025-07-18T16:00:04.3216035+00:00</d2p1:StartDateTime>
      <d2p1:ToOrg>sample string 4</d2p1:ToOrg>
      <d2p1:ittfid>2</d2p1:ittfid>
    </d2p1:Individuals_OrgMapping>
  </AIN_Individuals>
  <individuals>
    <OrgIndividuals_dc>
      <IndividualName>sample string 2</IndividualName>
      <Profile>sample string 3</Profile>
      <ittfid>1</ittfid>
    </OrgIndividuals_dc>
    <OrgIndividuals_dc>
      <IndividualName>sample string 2</IndividualName>
      <Profile>sample string 3</Profile>
      <ittfid>1</ittfid>
    </OrgIndividuals_dc>
  </individuals>
</individuals_AIN_ind_by_org>