GET api/JobSeeker/Profile/GetAssociationsAndAffiliationsInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AssociationsAndAffiliationsOutput
NameDescriptionTypeAdditional information
AssociationsAndAffiliations

Collection of AssociationAndAffiliation

None.

Response Formats

application/json, text/json

Sample:
{
  "associationsAndAffiliations": [
    {
      "id": 1,
      "organization": "sample string 2",
      "organizationOther": "sample string 3",
      "organizationID": 4,
      "roleID": 5,
      "role": "sample string 6",
      "roleOther": "sample string 7",
      "startDate": "2023-05-30T11:16:43.1011116-05:00",
      "endDate": "2023-05-30T11:16:43.1011116-05:00",
      "currentlyAffiliated": true,
      "documentID": 9,
      "visibleToEmployers": true,
      "orderNum": 11
    },
    {
      "id": 1,
      "organization": "sample string 2",
      "organizationOther": "sample string 3",
      "organizationID": 4,
      "roleID": 5,
      "role": "sample string 6",
      "roleOther": "sample string 7",
      "startDate": "2023-05-30T11:16:43.1011116-05:00",
      "endDate": "2023-05-30T11:16:43.1011116-05:00",
      "currentlyAffiliated": true,
      "documentID": 9,
      "visibleToEmployers": true,
      "orderNum": 11
    }
  ]
}

application/xml, text/xml

Sample:
<AssociationsAndAffiliationsOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.JobSeeker">
  <AssociationsAndAffiliations>
    <AssociationAndAffiliation>
      <CurrentlyAffiliated>true</CurrentlyAffiliated>
      <DocumentID>9</DocumentID>
      <EndDate>2023-05-30T11:16:43.1011116-05:00</EndDate>
      <ID>1</ID>
      <OrderNum>11</OrderNum>
      <Organization>sample string 2</Organization>
      <OrganizationID>4</OrganizationID>
      <OrganizationOther>sample string 3</OrganizationOther>
      <Role>sample string 6</Role>
      <RoleID>5</RoleID>
      <RoleOther>sample string 7</RoleOther>
      <StartDate>2023-05-30T11:16:43.1011116-05:00</StartDate>
      <VisibleToEmployers>true</VisibleToEmployers>
    </AssociationAndAffiliation>
    <AssociationAndAffiliation>
      <CurrentlyAffiliated>true</CurrentlyAffiliated>
      <DocumentID>9</DocumentID>
      <EndDate>2023-05-30T11:16:43.1011116-05:00</EndDate>
      <ID>1</ID>
      <OrderNum>11</OrderNum>
      <Organization>sample string 2</Organization>
      <OrganizationID>4</OrganizationID>
      <OrganizationOther>sample string 3</OrganizationOther>
      <Role>sample string 6</Role>
      <RoleID>5</RoleID>
      <RoleOther>sample string 7</RoleOther>
      <StartDate>2023-05-30T11:16:43.1011116-05:00</StartDate>
      <VisibleToEmployers>true</VisibleToEmployers>
    </AssociationAndAffiliation>
  </AssociationsAndAffiliations>
</AssociationsAndAffiliationsOutput>