Retrieves all activity codebook activities for a business unit.
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "data": [
- {
- "id": "8D3BC1EB-4105-4DA6-86B9-6D079D40DC7E",
- "systemBackupId": "773EB7D8-FE28-4FC5-BA0A-2560595551A9",
- "activityCode": "805124",
- "description": "24\" C.S.Floor Stand",
- "categoryLevel": "5",
- "units": "EA",
- "lastUpdate": "2022-02-10T03:09:48Z",
- "lastUpdateUser": 491491,
- "alternateDescription": "",
- "alternateCode": "",
- "marineLand": "L",
- "factorable": "Y",
- "summaryCode": "",
- "useBiditemDescription": "N",
- "use1ForLs": "Y",
- "notes": "",
- "spreadsheetCalcPath": "CustomCalculation\\Calc.hbcs",
- "crew": "AMLML",
- "calendar": "512",
- "defaultProdType": "MU",
- "defaultProdRate": 0,
- "workersCompCode": "5213",
- "bidConversionFactor": 0,
- "pullResources": "Y",
- "allowInEstimate": "Y",
- "hjCode": "",
- "heavyJobDescription": "",
- "userFlag1": "N",
- "userFlag2": "N",
- "reportGroup1": "",
- "reportGroup2": "",
- "reportGroup3": "",
- "reportGroup4": "",
- "reportGroup5": "",
- "reportGroup6": ""
}
], - "currentTopValue": 100,
- "currentSkipValue": 0,
- "nextSkipValue": 100
}
Retrieves a specific activity codebook activity by its id.
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "data": {
- "id": "8D3BC1EB-4105-4DA6-86B9-6D079D40DC7E",
- "systemBackupId": "773EB7D8-FE28-4FC5-BA0A-2560595551A9",
- "activityCode": "805124",
- "description": "24\" C.S.Floor Stand",
- "categoryLevel": "5",
- "units": "EA",
- "lastUpdate": "2022-02-10T03:09:48Z",
- "lastUpdateUser": 491491,
- "alternateDescription": "",
- "alternateCode": "",
- "marineLand": "L",
- "factorable": "Y",
- "summaryCode": "",
- "useBiditemDescription": "N",
- "use1ForLs": "Y",
- "notes": "",
- "spreadsheetCalcPath": "CustomCalculation\\Calc.hbcs",
- "crew": "AMLML",
- "calendar": "512",
- "defaultProdType": "MU",
- "defaultProdRate": 0,
- "workersCompCode": "5213",
- "bidConversionFactor": 0,
- "pullResources": "Y",
- "allowInEstimate": "Y",
- "hjCode": "",
- "heavyJobDescription": "",
- "userFlag1": "N",
- "userFlag2": "N",
- "reportGroup1": "",
- "reportGroup2": "",
- "reportGroup3": "",
- "reportGroup4": "",
- "reportGroup5": "",
- "reportGroup6": ""
}
}