GET api/MedicalConditions/GetMedicalConditionsByProfile?profileId={profileId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MedicalCondition
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Sortorder

integer

None.

ProfileId

integer

None.

IsSensitive

boolean

None.

IsRecreational

boolean

None.

IsDeleted

boolean

None.

IsInput

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Sortorder": 3,
    "ProfileId": 1,
    "IsSensitive": true,
    "IsRecreational": true,
    "IsDeleted": true,
    "IsInput": true
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Sortorder": 3,
    "ProfileId": 1,
    "IsSensitive": true,
    "IsRecreational": true,
    "IsDeleted": true,
    "IsInput": true
  }
]