GET Profile/{profileId}/SocialMedias

Get for SocialMedias for given profile ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SocialMediaDto
NameDescriptionTypeAdditional information
SocialMediaID

integer

None.

SocialMediaTypeID

integer

None.

ProfileID

integer

None.

ListingID

integer

None.

AffID

integer

None.

EventID

integer

None.

URL

string

None.

ApiKey

string

None.

AccountID

string

None.

UserImage1

string

None.

UserImage2

string

None.

DateCreated

date

None.

DateUpdated

date

None.

AddedBy

string

None.

UpdatedBy

string

None.

Active

boolean

None.

SocialMediaType

SocialMediaTypeDto

None.

ObjectState

ObjectStateEnum

None.

Response Formats

application/json, text/json

Sample:
  • [
      {
      • "SocialMediaID": 1,
      • "SocialMediaTypeID": 2,
      • "ProfileID": 1,
      • "ListingID": 3,
      • "AffID": 4,
      • "EventID": 5,
      • "URL": "sample string 6",
      • "ApiKey": "sample string 7",
      • "AccountID": "sample string 8",
      • "UserImage1": "sample string 9",
      • "UserImage2": "sample string 10",
      • "DateCreated": "2024-05-12T15:25:19.1320378Z",
      • "DateUpdated": "2024-05-12T15:25:19.1320378Z",
      • "AddedBy": "sample string 13",
      • "UpdatedBy": "sample string 14",
      • "Active": true,
      • "SocialMediaType": {
        • "SocialMediaTypeID": 1,
        • "Name": "sample string 2",
        • "UserHelpText": "sample string 3",
        • "IndividualHelpText": "sample string 4",
        • "OrganizationHelpText": "sample string 5",
        • "Image1": "sample string 6",
        • "Image2": "sample string 7",
        • "EntityID": 8,
        • "Active": true,
        • "Example": "sample string 10",
        • "SocialNetworkHomePage": "sample string 11",
        • "ReferralType": "sample string 12"
        },
      • "ObjectState": 0
      },
      {
      • "SocialMediaID": 1,
      • "SocialMediaTypeID": 2,
      • "ProfileID": 1,
      • "ListingID": 3,
      • "AffID": 4,
      • "EventID": 5,
      • "URL": "sample string 6",
      • "ApiKey": "sample string 7",
      • "AccountID": "sample string 8",
      • "UserImage1": "sample string 9",
      • "UserImage2": "sample string 10",
      • "DateCreated": "2024-05-12T15:25:19.1320378Z",
      • "DateUpdated": "2024-05-12T15:25:19.1320378Z",
      • "AddedBy": "sample string 13",
      • "UpdatedBy": "sample string 14",
      • "Active": true,
      • "SocialMediaType": {
        • "SocialMediaTypeID": 1,
        • "Name": "sample string 2",
        • "UserHelpText": "sample string 3",
        • "IndividualHelpText": "sample string 4",
        • "OrganizationHelpText": "sample string 5",
        • "Image1": "sample string 6",
        • "Image2": "sample string 7",
        • "EntityID": 8,
        • "Active": true,
        • "Example": "sample string 10",
        • "SocialNetworkHomePage": "sample string 11",
        • "ReferralType": "sample string 12"
        },
      • "ObjectState": 0
      }
    ]