GET api/employees/pcmsoExams?id={id}&customerId={customerId}&recordType={recordType}
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| customerId | globally unique identifier |
Required |
|
| recordType | RecordType |
Required |
Body Parameters
None.
Response Formats
application/json, text/json
Sample:
[
{
"ExamId": "e5a19e1e-05f1-464d-8318-21d71029063b",
"ExamName": "sample string 2"
},
{
"ExamId": "e5a19e1e-05f1-464d-8318-21d71029063b",
"ExamName": "sample string 2"
}
]