GET api/export/EBRBlightCourt_WorkType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Export_EBRBlightCourt_WorkType_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkTypeID | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"WorkTypeID": 1,
"Description": "sample string 2"
},
{
"WorkTypeID": 1,
"Description": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfExport_EBRBlightCourt_WorkType_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.mygovernmentonline.Models">
<Export_EBRBlightCourt_WorkType_Result>
<Description>sample string 2</Description>
<WorkTypeID>1</WorkTypeID>
</Export_EBRBlightCourt_WorkType_Result>
<Export_EBRBlightCourt_WorkType_Result>
<Description>sample string 2</Description>
<WorkTypeID>1</WorkTypeID>
</Export_EBRBlightCourt_WorkType_Result>
</ArrayOfExport_EBRBlightCourt_WorkType_Result>