ReadCBSExpenseSpread
get
/spread/cbsExpenseSpread
Reads the summarized CBS spreads of the specified project resources
Request
Query Parameters
-
BaselineIds(required): string
BaselineIds's to loadExample:
7027,7037
-
PeriodType(required): string
PeriodType to loadExample:
WEEK
-
ProjectObjectId(required): string
ProjectObjectId's to loadExample:
4835,4845
-
SpreadField(required): string
SpreadField's to loadExample:
ActualCost,ActualUnits,AtCompletionCost,AtCompletionUnits,PlannedCost,PlannedUnits,RemainingCost,RemainingUnits
Header Parameters
-
Authorization(required):
OAuth token
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
OK.
Root Schema : List<ReadCBSExpenseSpreadResponse>
Type:
array
Title:
Show Source
List<ReadCBSExpenseSpreadResponse>
-
Array of:
object ReadCBSExpenseSpreadResponse
Title:
ReadCBSExpenseSpreadResponse
ReadCBSExpenseSpreadResponse Entity
Nested Schema : ReadCBSExpenseSpreadResponse
Type:
object
Title:
ReadCBSExpenseSpreadResponse
ReadCBSExpenseSpreadResponse Entity
Show Source
Nested Schema : CBSExpenseSpread
Type:
Show Source
object
-
BaselineProjectObjectId: integer
(int32)
-
BaselineType: string
-
cbsobjectId: integer
(int32)
-
CBSObjectId: integer
(int32)
-
DataDate: string
(date-time)
-
EndDate: string
(date-time)
-
ExpenseCategoryName: string
-
ExpenseCategoryObjectId: integer
(int32)
-
OriginalProjectObjectId: integer
(int32)
-
Period: array
Period
-
PeriodType: string
-
ProjectId: string
-
ProjectName: string
-
ProjectObjectId: integer
(int32)
-
StartDate: string
(date-time)
-
SummaryActualCost: number
(double)
-
SummaryActualUnits: number
(double)
-
SummaryAtCompletionCost: number
(double)
-
SummaryAtCompletionUnits: number
(double)
-
SummaryPlannedCost: number
(double)
-
SummaryPlannedUnits: number
(double)
-
SummaryRemainingCost: number
(double)
-
SummaryRemainingUnits: number
(double)
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.