Skip to main content

Community Member

GET 

/community/:communityId

Fetches a given community members profile, occupation and education information.

Request

Path Parameters

    communityId uuidrequired

    The unique identifier of the community member.

Responses

Schema
    code stringrequired

    Status Code

    data object
    communityId uuidrequired
    isCompany booleanrequired
    schoolId string
    personalInfo objectnullablerequired
    spouseCommunityId uuidnullablerequired
    schoolId stringrequired
    givenName stringrequired
    surname stringnullablerequired
    prefName stringnullablerequired
    otherGivenName stringnullablerequired
    nameSuffix stringnullablerequired
    overrideLegalSurname stringnullablerequired
    overrideMailFormat objectnullablerequired
    id integernullablerequired
    description stringnullablerequired
    overrideSalutationFormat objectnullablerequired
    id integernullablerequired
    description stringnullablerequired
    overrideSalutationPreferredFormat objectnullablerequired
    id integernullablerequired
    description stringnullablerequired
    familyNamePrevious stringnullablerequired
    maidenName stringnullablerequired
    isPrimary booleanrequired
    initials stringrequired
    title objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    displayName stringrequired
    displayNameForList stringrequired
    birthDate daterequired
    gender objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    deceasedDate datenullablerequired
    deceased booleanrequired
    companyInfo objectnullablerequired
    schoolId stringrequired
    companyName stringrequired
    companyAttention stringnullablerequired
    addressInfo objectrequired

    The community member's address information

    postalAddressChecked boolean

    Is the postal address set to be the same as the home address?

    addresses object[]

    List of the community member's addresses

  • Array [
  • systemMeaning stringnullablerequired

    The type of address: 'Postal' for postal addresses, 'Home' for residential addresses, or null for other custom types.

    id uuidrequired

    UUID of the community member's address record

    addressId uuidrequired

    UUID of the record containing details for a given address (street name/number, postcode, etc)

    addressType objectnullablerequired

    The lookup for the address type (null if systemMeaning is not 'home' or 'postal')

    id

    UUID of the address type lookup

    description

    The address type (e.g. Alternative Home Address, Occupation Address, etc)

    code

    The address type code (e.g. ALT, OCC)

    addressLine1 stringnullablerequired
    addressLine2 stringnullablerequired
    addressLine3 stringnullablerequired
    suburb stringnullablerequired

    Burwood East

    postalCode stringnullablerequired
    confidential booleannullablerequired
    country objectnullablerequired
    id

    UUID of the country lookup

    description

    Country name (e.g. Australia)

    code

    Country code (e.g. AU)

    state objectnullablerequired
    id

    UUID of the state lookup

    description

    State name (e.g. Tasmania)

    code

    Country code (e.g. TAS)

    displayAddressComma stringrequired

    The community member's full address with commas separating the fields

    displayAddressFull stringrequired

    The community member's full address with each field on a new line

  • ]
  • contactDetails objectrequired
    deceased booleannullable

    Is this community member deceased?

    emailAddress object[]nullable

    List of the community member's email addresses

  • Array [
  • id uuid

    UUID of the community member's email address record

    emailType object
    id

    UUID of the email address type lookup

    description

    The email address type (e.g. Personal, Occupation, Company, etc)

    value stringnullable

    The community member's email address

    default booleannullable

    Is this the default email address?

    sortOrder integernullable
  • ]
  • internetAndSocialMedia object[]nullable

    List of the community member's website/s and social media account/s

  • Array [
  • id uuid

    UUID of the community member's website or social media account record

    websiteType object
    id

    UUID for community website type lookup

    description

    The community website type (e.g. Facebook, LinkedIn, etc.)

    value stringnullable

    A URL to the website or social media account

    sortOrder int32

    Sort order for the website or social media account

  • ]
  • phoneNumber object[]nullable

    List of the community member's phone number/s

  • Array [
  • phoneType objectnullablerequired
    id uuid

    UUID of the phone contact type lookup

    description string

    The phone contact type (e.g. Home Phone, Personal Mobile, etc)

    code string

    The unique code indicating the phone contact type (e.g. PERSONALMOBILE)

    value stringnullablerequired

    Phone number

    confidential booleanrequired
    preferred booleanrequired
    defaultSMS booleanrequired

    Is this the default SMS number?

    extension stringnullablerequired

    Optional extension for the phone number

    countryCode stringnullablerequired

    The country calling code prefix for the phone number

    country objectnullablerequired
    id uuidrequired
    description stringrequired
    code stringrequired
  • ]
  • demographics objectnullablerequired
    overrideRegion booleanrequired
    religion objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    indigenousStatus objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    parish objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    region objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    birthCountry objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    addresses object[]nullablerequired
  • Array [
  • systemMeaning stringnullablerequired

    The type of address: 'Postal' for postal addresses, 'Home' for residential addresses, or null for other custom types.

    id uuidrequired

    UUID of the community member's address record

    addressId uuidrequired

    UUID of the record containing details for a given address (street name/number, postcode, etc)

    addressType objectnullablerequired

    The lookup for the address type (null if systemMeaning is not 'home' or 'postal')

    id

    UUID of the address type lookup

    description

    The address type (e.g. Alternative Home Address, Occupation Address, etc)

    code

    The address type code (e.g. ALT, OCC)

    addressLine1 stringnullablerequired
    addressLine2 stringnullablerequired
    addressLine3 stringnullablerequired
    suburb stringnullablerequired

    Burwood East

    postalCode stringnullablerequired
    confidential booleannullablerequired
    country objectnullablerequired
    id

    UUID of the country lookup

    description

    Country name (e.g. Australia)

    code

    Country code (e.g. AU)

    state objectnullablerequired
    id

    UUID of the state lookup

    description

    State name (e.g. Tasmania)

    code

    Country code (e.g. TAS)

    displayAddressComma stringrequired

    The community member's full address with commas separating the fields

    displayAddressFull stringrequired

    The community member's full address with each field on a new line

  • ]
  • homeLanguages object[]required
  • Array [
  • id uuidrequired
    language objectnullablerequired
    id uuidrequired
    description stringrequired
    code stringrequired
    sortOrder integernullablerequired
  • ]
  • nationalities object[]required
  • Array [
  • id uuidrequired
    nationality objectnullablerequired
    id uuidrequired
    description stringrequired
    code stringrequired
    sortOrder integernullablerequired
  • ]
  • occupation objectnullablerequired
    company stringnullablerequired
    description stringnullablerequired
    industry objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    occupation objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    positionCategory objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    education objectrequired
    education stringnullablerequired
    qualifications stringnullablerequired
    lastYearOfStudy integernullablerequired
    highestSecondaryLevel objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    highestQualificationLevel objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
    highestNonNationalQualificationLevel objectnullablerequired
    id stringnullablerequired
    description stringnullablerequired
Loading...