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": "8483ac71-e874-4709-8583-13b6d8e289ae",
"ExamName": "sample string 2"
},
{
"ExamId": "8483ac71-e874-4709-8583-13b6d8e289ae",
"ExamName": "sample string 2"
}
]