GET file/GetFormatTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FormatTypeName | Description | Type | Additional information |
---|---|---|---|
FormatTypeID | integer |
None. |
|
FormatTypeName | string |
None. |
|
FormatPattern | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FormatTypeID": 1, "FormatTypeName": "sample string 2", "FormatPattern": "sample string 3" }, { "FormatTypeID": 1, "FormatTypeName": "sample string 2", "FormatPattern": "sample string 3" } ]
text/html
Sample:
[{"FormatTypeID":1,"FormatTypeName":"sample string 2","FormatPattern":"sample string 3"},{"FormatTypeID":1,"FormatTypeName":"sample string 2","FormatPattern":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfFormatType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <FormatType> <FormatPattern>sample string 3</FormatPattern> <FormatTypeID>1</FormatTypeID> <FormatTypeName>sample string 2</FormatTypeName> </FormatType> <FormatType> <FormatPattern>sample string 3</FormatPattern> <FormatTypeID>1</FormatTypeID> <FormatTypeName>sample string 2</FormatTypeName> </FormatType> </ArrayOfFormatType>