GET ProfilesAndTheirPrimaryRelatedProfiles

Gets primary profile relations for a given profile search criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Keyword

string

None.

RestrictToOrganization

boolean

None.

RestrictToIndividual

boolean

None.

RestrictToActive

boolean

None.

RestrictToMember

boolean

None.

RestrictToProspect

boolean

None.

ProfileIds

string

None.

ProfileIdsAllowed

Collection of integer

None.

ProfileTypeId

integer

None.

ProspectsForUserNum

integer

None.

SoldByUserNum

integer

None.

AssignedToUserNum

integer

None.

RestrictToChanged

boolean

None.

RestrictToDateAndTimeChanged

boolean

None.

DateChangedStartDate

date

None.

DateChangedEndDate

date

None.

City

string

None.

State

string

None.

Zip

string

None.

Member

boolean

None.

FirstName

string

None.

LastName

string

None.

ReportName

string

None.

OrgName

string

None.

NoEmail

boolean

None.

ReportNameExact

boolean

None.

RelatedProfileId

integer

None.

PrimaryRelationsOnly

boolean

None.

Email

string

None.

CustStatus

string

None.

CustStatusExact

boolean

None.

AffCodesAny

Collection of string

None.

PageNumber

integer

None.

PageSize

integer

None.

OrderBy

string

None.

OrderByPropertyNameMapping

Dictionary of string [key] and string [value]

None.

OrderByPropertyMappingPrefixesToIgnore

Collection of string

None.

OrderByPropertyMappingPrefixesToAppend

Collection of string

None.

OrderByExpression

string

None.

ObjectState

ObjectStateEnum

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProfileAndRelatedProfilesDto
NameDescriptionTypeAdditional information
ProfileId

integer

None.

ReportName

string

None.

Email

string

None.

Member

boolean

None.

OrgInd

boolean

None.

RelatedProfiles

Collection of ProfileRelatedDto

None.

Response Formats

application/json, text/json

Sample:
  • [
      {
      • "ProfileId": 1,
      • "ReportName": "sample string 2",
      • "Email": "sample string 3",
      • "Member": true,
      • "OrgInd": true,
      • "RelatedProfiles": [
          {
          • "ProfileId": 1,
          • "ReportName": "sample string 2",
          • "ASF": "sample string 3",
          • "Email": "sample string 4",
          • "RelationType": "sample string 5",
          • "Primary": true,
          • "Member": true,
          • "OrgInd": true
          },
          {
          • "ProfileId": 1,
          • "ReportName": "sample string 2",
          • "ASF": "sample string 3",
          • "Email": "sample string 4",
          • "RelationType": "sample string 5",
          • "Primary": true,
          • "Member": true,
          • "OrgInd": true
          }
        ]
      },
      {
      • "ProfileId": 1,
      • "ReportName": "sample string 2",
      • "Email": "sample string 3",
      • "Member": true,
      • "OrgInd": true,
      • "RelatedProfiles": [
          {
          • "ProfileId": 1,
          • "ReportName": "sample string 2",
          • "ASF": "sample string 3",
          • "Email": "sample string 4",
          • "RelationType": "sample string 5",
          • "Primary": true,
          • "Member": true,
          • "OrgInd": true
          },
          {
          • "ProfileId": 1,
          • "ReportName": "sample string 2",
          • "ASF": "sample string 3",
          • "Email": "sample string 4",
          • "RelationType": "sample string 5",
          • "Primary": true,
          • "Member": true,
          • "OrgInd": true
          }
        ]
      }
    ]