GET api/{database}/DmDocumentCategoryList
Gets a list of DmDocumentCategory that matches the specified criteria
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"messages": [],
"canChange": true,
"cannotChangeReason": "sample string 2",
"description": "sample string 3",
"linkType": "sample string 4"
},
{
"messages": [],
"canChange": true,
"cannotChangeReason": "sample string 2",
"description": "sample string 3",
"linkType": "sample string 4"
},
{
"messages": [],
"canChange": true,
"cannotChangeReason": "sample string 2",
"description": "sample string 3",
"linkType": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfDmDocumentCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.DocMan.Edit">
<DmDocumentCategory>
<CanChange>true</CanChange>
<CannotChangeReason>sample string 2</CannotChangeReason>
<Description>sample string 3</Description>
<LinkType>sample string 4</LinkType>
<Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
</DmDocumentCategory>
<DmDocumentCategory>
<CanChange>true</CanChange>
<CannotChangeReason>sample string 2</CannotChangeReason>
<Description>sample string 3</Description>
<LinkType>sample string 4</LinkType>
<Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
</DmDocumentCategory>
<DmDocumentCategory>
<CanChange>true</CanChange>
<CannotChangeReason>sample string 2</CannotChangeReason>
<Description>sample string 3</Description>
<LinkType>sample string 4</LinkType>
<Messages xmlns:d3p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" />
</DmDocumentCategory>
</ArrayOfDmDocumentCategory>