GET v1/Entities({CompanyId})/lockReasons
Returns All the Lock Reasons for a Company
Information:
Base URL:
https://api.covasoft.net/usermanager
Example of a call would be:
https://api.covasoft.net/usermanager/v1/entities({CompanyId})/lockReasons
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| CompanyId | The unique Company Id that was provided in your onboarding pacakage | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
All the Lock Reasons for a Company
Collection of GetLockReasonsByCompanyReturn| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | integer | None. | |
| Name | string | None. | |
| Description | string | None. | 
Response Formats
application/json, text/json
            Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Description": "sample string 3"
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Description": "sample string 3"
  }
]