GET api/v1/meta/enums
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnumType| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Description": "sample string 2"
},
{
"Name": "sample string 1",
"Description": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfEnumType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.Common">
<EnumType>
<Description>sample string 2</Description>
<Name>sample string 1</Name>
</EnumType>
<EnumType>
<Description>sample string 2</Description>
<Name>sample string 1</Name>
</EnumType>
</ArrayOfEnumType>
multipart/form-data
Sample:
image/png
Sample:
image/jpg
Sample:
image/jpeg
Sample:
image/bmp
Sample: