GetDocumentCategorySchema

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

{

DocumentCategorySchema (List<DocumentManagement.DocumentCategorySchema>)

}

Programming notes

None

Example

None

Requirements