| Service |  | 
 Syntax
Syntaxpublic List<LaborLevelDetailHierarchyModel> LaborLevelDetailHierarchyGetByID( QueryParam Query )
 Remarks
Remarks| Property | Description | 
|---|---|
| AuthToken | A valid authentication token string returned from BaseService.TokenCreate(TokenCreate) | 
| Action | n/a | 
| ID | Pass in a valid LaborLevelDetailModel.LLDetailID element to retreive | 
 Example
Example
                A request is made:
                {
                    "AuthToken":"String_Content",
                    "ID":11
                }
                
            
                A tree with this layout could be returned: 
                Project-A (1)
                    |-- Task-A (10)
                    |-- Task-B (11)
                        |-- Job-A (20)
                Project-B (2)
                    | -- Task-B (11)
                        | -- Job-A (20)
                 See Also
See Also