GET api/CommitteeMember?CommitteeMemberId={CommitteeMemberId}&ContactId={ContactId}&ContactNumber={ContactNumber}&CommitteeId={CommitteeId}&CommitteeCode={CommitteeCode}&CustomColumns={CustomColumns}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CommitteeMemberId

globally unique identifier

None.

ContactId

globally unique identifier

None.

ContactNumber

string

Default value is

CommitteeId

globally unique identifier

None.

CommitteeCode

string

Default value is

CustomColumns

string

Default value is

Body Parameters

None.

Response Information

Resource Description

CommitteeMemberResponse
NameDescriptionTypeAdditional information
CommitteeMember

Collection of CommitteeMember

None.

Response Formats

application/json, text/json

Sample:
{
  "CommitteeMember": [
    {
      "Id": "4810003f-9308-4d3f-8cb0-e19fd0d4c3f9",
      "Code": "sample string 2",
      "Name": "sample string 3",
      "Title": "sample string 4",
      "TermBegins": "2025-08-31T05:45:37.0630048+00:00",
      "TermEnds": "2025-08-31T05:45:37.0630048+00:00",
      "Member": {
        "Id": "7aa7a1ec-a7fa-4909-a145-0cf11e4f17df",
        "Number": "sample string 2",
        "Name": "sample string 3"
      },
      "Comments": "sample string 7",
      "Custom": {
        "Attribute": [
          {
            "Type": 0,
            "Key": "sample string 1",
            "Value": "sample string 2",
            "FormattedValue": "sample string 3"
          },
          {
            "Type": 0,
            "Key": "sample string 1",
            "Value": "sample string 2",
            "FormattedValue": "sample string 3"
          }
        ]
      }
    },
    {
      "Id": "4810003f-9308-4d3f-8cb0-e19fd0d4c3f9",
      "Code": "sample string 2",
      "Name": "sample string 3",
      "Title": "sample string 4",
      "TermBegins": "2025-08-31T05:45:37.0630048+00:00",
      "TermEnds": "2025-08-31T05:45:37.0630048+00:00",
      "Member": {
        "Id": "7aa7a1ec-a7fa-4909-a145-0cf11e4f17df",
        "Number": "sample string 2",
        "Name": "sample string 3"
      },
      "Comments": "sample string 7",
      "Custom": {
        "Attribute": [
          {
            "Type": 0,
            "Key": "sample string 1",
            "Value": "sample string 2",
            "FormattedValue": "sample string 3"
          },
          {
            "Type": 0,
            "Key": "sample string 1",
            "Value": "sample string 2",
            "FormattedValue": "sample string 3"
          }
        ]
      }
    }
  ]
}

application/xml, text/xml

Sample:
<CommitteeMemberResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Protech.UX.API.CommitteeMember">
  <CommitteeMember>
    <CommitteeMember>
      <Code>sample string 2</Code>
      <Comments>sample string 7</Comments>
      <Custom>
        <Attribute xmlns:d5p1="http://schemas.datacontract.org/2004/07/Protech.UX.API.CRMEntity">
          <d5p1:Attribute>
            <d5p1:FormattedValue>sample string 3</d5p1:FormattedValue>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Type>text</d5p1:Type>
            <d5p1:Value>sample string 2</d5p1:Value>
          </d5p1:Attribute>
          <d5p1:Attribute>
            <d5p1:FormattedValue>sample string 3</d5p1:FormattedValue>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Type>text</d5p1:Type>
            <d5p1:Value>sample string 2</d5p1:Value>
          </d5p1:Attribute>
        </Attribute>
      </Custom>
      <Id>4810003f-9308-4d3f-8cb0-e19fd0d4c3f9</Id>
      <Member>
        <Id>7aa7a1ec-a7fa-4909-a145-0cf11e4f17df</Id>
        <Name>sample string 3</Name>
        <Number>sample string 2</Number>
      </Member>
      <Name>sample string 3</Name>
      <TermBegins>2025-08-31T05:45:37.0630048+00:00</TermBegins>
      <TermEnds>2025-08-31T05:45:37.0630048+00:00</TermEnds>
      <Title>sample string 4</Title>
    </CommitteeMember>
    <CommitteeMember>
      <Code>sample string 2</Code>
      <Comments>sample string 7</Comments>
      <Custom>
        <Attribute xmlns:d5p1="http://schemas.datacontract.org/2004/07/Protech.UX.API.CRMEntity">
          <d5p1:Attribute>
            <d5p1:FormattedValue>sample string 3</d5p1:FormattedValue>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Type>text</d5p1:Type>
            <d5p1:Value>sample string 2</d5p1:Value>
          </d5p1:Attribute>
          <d5p1:Attribute>
            <d5p1:FormattedValue>sample string 3</d5p1:FormattedValue>
            <d5p1:Key>sample string 1</d5p1:Key>
            <d5p1:Type>text</d5p1:Type>
            <d5p1:Value>sample string 2</d5p1:Value>
          </d5p1:Attribute>
        </Attribute>
      </Custom>
      <Id>4810003f-9308-4d3f-8cb0-e19fd0d4c3f9</Id>
      <Member>
        <Id>7aa7a1ec-a7fa-4909-a145-0cf11e4f17df</Id>
        <Name>sample string 3</Name>
        <Number>sample string 2</Number>
      </Member>
      <Name>sample string 3</Name>
      <TermBegins>2025-08-31T05:45:37.0630048+00:00</TermBegins>
      <TermEnds>2025-08-31T05:45:37.0630048+00:00</TermEnds>
      <Title>sample string 4</Title>
    </CommitteeMember>
  </CommitteeMember>
</CommitteeMemberResponse>