GET api/EquipmentUnits
List all Units
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EquipmentUnitName | Description | Type | Additional information |
---|---|---|---|
UnitId | integer |
None. |
|
UnitName | string |
None. |
|
UnitDesc | string |
None. |
|
CreatedDateTime | date |
None. |
|
LastUpdatedDateTime | date |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
|
IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UnitId": 1, "UnitName": "sample string 2", "UnitDesc": "sample string 3", "CreatedDateTime": "2025-07-18T16:31:32.4818553+00:00", "LastUpdatedDateTime": "2025-07-18T16:31:32.4818553+00:00", "CreatedBy": 1, "LastModifiedBy": 1, "IsDeleted": true }, { "UnitId": 1, "UnitName": "sample string 2", "UnitDesc": "sample string 3", "CreatedDateTime": "2025-07-18T16:31:32.4818553+00:00", "LastUpdatedDateTime": "2025-07-18T16:31:32.4818553+00:00", "CreatedBy": 1, "LastModifiedBy": 1, "IsDeleted": true } ]
application/xml, text/xml
Sample:
<ArrayOfEquipmentUnit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <EquipmentUnit> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T16:31:32.4818553+00:00</CreatedDateTime> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:31:32.4818553+00:00</LastUpdatedDateTime> <UnitDesc>sample string 3</UnitDesc> <UnitId>1</UnitId> <UnitName>sample string 2</UnitName> </EquipmentUnit> <EquipmentUnit> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T16:31:32.4818553+00:00</CreatedDateTime> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:31:32.4818553+00:00</LastUpdatedDateTime> <UnitDesc>sample string 3</UnitDesc> <UnitId>1</UnitId> <UnitName>sample string 2</UnitName> </EquipmentUnit> </ArrayOfEquipmentUnit>