GET Profile/{id}/Affiliations

Get affiliations associated with a given profile

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The profile's ProfileID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AffProDto
NameDescriptionTypeAdditional information
AffProId

integer

None.

AffCode

string

None.

ProfileId

integer

None.

Response Formats

application/json, text/json

Sample:
  • [
      {
      • "AffProId": 1,
      • "AffCode": "sample string 2",
      • "ProfileId": 1
      },
      {
      • "AffProId": 1,
      • "AffCode": "sample string 2",
      • "ProfileId": 1
      }
    ]