GET Profile/{profileId}/CustomFields

Returns the custom fields associated with a Profile

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

The Profile's Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProfileCustomFieldDto
NameDescriptionTypeAdditional information
Id

integer

None.

CustomFieldId

integer

None.

FieldName

string

None.

ProfileId

integer

None.

FieldValue

string

None.

Response Formats

application/json, text/json

Sample:
  • [
      {
      • "Id": 1,
      • "CustomFieldId": 2,
      • "FieldName": "sample string 3",
      • "ProfileId": 4,
      • "FieldValue": "sample string 5"
      },
      {
      • "Id": 1,
      • "CustomFieldId": 2,
      • "FieldName": "sample string 3",
      • "ProfileId": 4,
      • "FieldValue": "sample string 5"
      }
    ]