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": "d8cf1502-76a4-4ec9-9670-5b8c8e61577c",
"ExamName": "sample string 2"
},
{
"ExamId": "d8cf1502-76a4-4ec9-9670-5b8c8e61577c",
"ExamName": "sample string 2"
}
]