GET api/dmsdocumenttype2mimetype/get/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DmsDocumentType2MimeTypeDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| MimeTypeIdDisplay | string |
None. |
|
| DocumentTypeIdDisplay | string |
None. |
|
| DisplayField | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| DocumentTypeId | integer |
Required |
|
| MimeTypeId | integer |
Required |
|
| Active | boolean |
Required |
Response Formats
application/json, text/json
Sample:
{
"MimeTypeIdDisplay": "sample string 1",
"DocumentTypeIdDisplay": "sample string 2",
"DisplayField": "sample string 3",
"Id": 4,
"RowGuid": "88a49b8b-35b6-46c9-88b8-3800bc23a744",
"DocumentTypeId": 6,
"MimeTypeId": 7,
"Active": true
}
application/xml, text/xml
Sample:
<DmsDocumentType2MimeTypeDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Dms.Models"> <Active>true</Active> <DocumentTypeId>6</DocumentTypeId> <Id>4</Id> <MimeTypeId>7</MimeTypeId> <RowGuid>88a49b8b-35b6-46c9-88b8-3800bc23a744</RowGuid> <DisplayField>sample string 3</DisplayField> <DocumentTypeIdDisplay>sample string 2</DocumentTypeIdDisplay> <MimeTypeIdDisplay>sample string 1</MimeTypeIdDisplay> </DmsDocumentType2MimeTypeDisplay>