GetDocumentCategory

Description Returns with the details of a specific Document Category.
Method Type POST
URL api/dm/category
Parameters
Name Type Description
CategoryID Int The ID of the Document Category
Response Type JSON (JsonResult)
Return values

{

documentCategories (BiDatabase.DocumentCategory)

}

Programming notes

None

Example

None

Requirements