GET api/WebApp/GetShiftList/{id}?BiometricId={BiometricId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| BiometricId | string |
Required |
|
| id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SelectList| Name | Description | Type | Additional information |
|---|---|---|---|
| value | string |
None. |
|
| label | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"value": "sample string 1",
"label": "sample string 2"
},
{
"value": "sample string 1",
"label": "sample string 2"
}
]