GET api/participantdetails?participantId={participantId}&studyId={studyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
participantId | integer |
Required |
|
studyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ParticipantDetailsName | Description | Type | Additional information |
---|---|---|---|
participantId | integer |
None. |
|
participantResultId | integer |
None. |
|
firstName | string |
None. |
|
lastName | string |
None. |
|
emailId | string |
None. |
|
phone | string |
None. |
|
dob | date |
None. |
|
gender | string |
None. |
|
bmi | decimal number |
None. |
|
weight | decimal number |
None. |
|
when_To_Call | string |
None. |
|
lastupdated | date |
None. |
|
studyId | integer |
None. |
|
studyName | string |
None. |
|
status | string |
None. |
|
Dynamic_Options | string |
None. |
|
AdminId | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "participantId": 1, "participantResultId": 2, "firstName": "sample string 3", "lastName": "sample string 4", "emailId": "sample string 5", "phone": "sample string 6", "dob": "2024-11-26T13:17:08.3852551-05:00", "gender": "sample string 7", "bmi": 1.0, "weight": 1.0, "when_To_Call": "sample string 8", "lastupdated": "2024-11-26T13:17:08.3852551-05:00", "studyId": 9, "studyName": "sample string 10", "status": "sample string 11", "Dynamic_Options": "sample string 12", "AdminId": "sample string 13" }
application/xml, text/xml
Sample:
<ParticipantDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ECD_SFCData.Models"> <AdminId>sample string 13</AdminId> <Dynamic_Options>sample string 12</Dynamic_Options> <bmi>1</bmi> <dob>2024-11-26T13:17:08.3852551-05:00</dob> <emailId>sample string 5</emailId> <firstName>sample string 3</firstName> <gender>sample string 7</gender> <lastName>sample string 4</lastName> <lastupdated>2024-11-26T13:17:08.3852551-05:00</lastupdated> <participantId>1</participantId> <participantResultId>2</participantResultId> <phone>sample string 6</phone> <status>sample string 11</status> <studyId>9</studyId> <studyName>sample string 10</studyName> <weight>1</weight> <when_To_Call>sample string 8</when_To_Call> </ParticipantDetails>