GET Units?unitId={unitId}
Retrieves a unit by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| unitId | Id of the unit | globally unique identifier | Required | 
Body Parameters
None.
Response Information
Resource Description
On success, the unit.
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | Unit | None. | |
| Total | integer | None. | |
| Message | string | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "Data": {
    "UnitId": "89f6ba01-a96d-4a74-bf92-bf5b8ee9ccb0",
    "Code": "sample string 1",
    "Description": "sample string 2",
    "SourceSystemId": "sample string 3",
    "CompanyId": "7d390af6-7d14-445a-8340-07c6eeebd169",
    "CreateDate": "2025-10-30T22:52:34.4896062-07:00",
    "CreateUser": "sample string 5",
    "LastModifiedDate": "2025-10-30T22:52:34.4896062-07:00",
    "LastModifiedUser": "sample string 6"
  },
  "Total": 1,
  "Message": "sample string 1"
}