GET api/LabProfileDetail?pfid={pfid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pfid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LabProfileDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfileDetailId | integer |
None. |
|
| ProfileId | integer |
None. |
|
| TestId | integer |
None. |
|
| DisplayOrder | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProfileDetailId": 1,
"ProfileId": 2,
"TestId": 3,
"DisplayOrder": 4
},
{
"ProfileDetailId": 1,
"ProfileId": 2,
"TestId": 3,
"DisplayOrder": 4
}
]