API Docs | TemplateCategory | Tajima Software Solutions Inc.

With the /TemplateCategory endpoint user can manage the database template categories.

GET /api/TemplateCategory/GetTemplateCategories Get all template categories.
Request Example
    /api/TemplateCategory/GetTemplateCategories
                
Response Example
    [
        {
            "Name": "Category 1",
            "CompanyId": 12,
            "Id": 1
        },
        {
            "Name": "Category 2",
            "CompanyId": 12,
            "Id": 2
        },
        {
            "Name": "Category 3",
            "CompanyId": 12,
            "Id": 3
        },
    ]