Reference → Resource Management Web Service → GetContoursWithUnitTypesForAllocation
This method gets the contours associated with a specified allocation. It returns an array of type TimephasedDataWithUnitTypes, which contains the following fields:
Field | Datatype | Description |
---|---|---|
Start | dateTime | The start time of the contour. |
Finish | dateTime | The end time of the contour. |
Units | double | The FTE, Hours, and Currency for the allocation contour. |
Comments | string | A descriptive comment associated with the allocation contour. |
ContourId | int | The ID of the contour. |
This method The parameters for the GetContoursWithUnitTypesForAllocation method are:
Parameter | Datatype | Description |
---|---|---|
token | string | The token returned by the Connect method. |
allocationId | int | The ID of the allocation for which to get contours. |
Copyright © 2003–2011 Serena Software, Inc. All rights reserved.