Batch Sync Custom Log Items

post

/api/restapi/customLogItem/syncBatch

Send a request to this endpoint to create or update one or more custom log items.

Request

Header Parameters
  • Enabling this boolean flag fails to complete the request if an error occurred when processing any custom log items sent as part of the request.
    Allowed Values: [ "true", "false" ]
    Default Value: false
Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityCustomLogItemInput>
Type: array
Title: List<ApiEntityCustomLogItemInput>
Show Source
  • ApiEntityCustomLogItemInput
    Title: ApiEntityCustomLogItemInput
    This entity represents a CustomLogItem object, a unique CustomLogItem object can be identified by the following combinations of the fields.
    • customLogItemId
    • customLogItemCode,customLogTypeObjectId
    • customLogItemCode,customLogTypeObjectName,projectId
    • customLogItemCode,customLogTypeObjectName,projectCode,workspaceCode
    • customLogItemCode,customLogTypeObjectName,programId
    • customLogItemCode,customLogTypeObjectName,programCode,workspaceCode
Nested Schema : ApiEntityCustomLogItemInput
Type: object
Title: ApiEntityCustomLogItemInput
This entity represents a CustomLogItem object, a unique CustomLogItem object can be identified by the following combinations of the fields.
  • customLogItemId
  • customLogItemCode,customLogTypeObjectId
  • customLogItemCode,customLogTypeObjectName,projectId
  • customLogItemCode,customLogTypeObjectName,projectCode,workspaceCode
  • customLogItemCode,customLogTypeObjectName,programId
  • customLogItemCode,customLogTypeObjectName,programCode,workspaceCode
Show Source
Nested Schema : codeValues
Type: array
The list of code values for a custom log item. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
  • ApiEntityCodeValueCustomLogInput
    Title: ApiEntityCodeValueCustomLogInput
    This entity represents a CodeValueCustomLog object, a unique CodeValueCustomLog object can be identified by the following combinations of the fields.
    • codeValueCustomLogId
    • codeValueId
    • codeTypeId,codeValueCode
    • codeTypeCode,codeValueCode
    • codeTypeCode,parentId,codeValueCode
    • codeValueCode,codeTypeId,parentId
    • codeTypeCode,codeValueCode,projectCode
    • codeTypeCode,codeValueCode,projectId
    • codeTypeCode,codeValueCode,parentId,projectCode
    • codeTypeCode,codeValueCode,parentId,projectId
Nested Schema : udfValues
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
  • ApiEntityCustomLogItemConfiguredFieldValueInput
    Title: ApiEntityCustomLogItemConfiguredFieldValueInput
    This entity represents a CustomLogItemConfiguredFieldValue object, a unique CustomLogItemConfiguredFieldValue object can be identified by the following combinations of the fields.
    • customLogItemConfiguredFieldValueId
    • columnDefinitionId
    • columnName
    • columnLabel
Nested Schema : ApiEntityCodeValueCustomLogInput
Type: object
Title: ApiEntityCodeValueCustomLogInput
This entity represents a CodeValueCustomLog object, a unique CodeValueCustomLog object can be identified by the following combinations of the fields.
  • codeValueCustomLogId
  • codeValueId
  • codeTypeId,codeValueCode
  • codeTypeCode,codeValueCode
  • codeTypeCode,parentId,codeValueCode
  • codeValueCode,codeTypeId,parentId
  • codeTypeCode,codeValueCode,projectCode
  • codeTypeCode,codeValueCode,projectId
  • codeTypeCode,codeValueCode,parentId,projectCode
  • codeTypeCode,codeValueCode,parentId,projectId
Show Source
Nested Schema : ApiEntityCustomLogItemConfiguredFieldValueInput
Type: object
Title: ApiEntityCustomLogItemConfiguredFieldValueInput
This entity represents a CustomLogItemConfiguredFieldValue object, a unique CustomLogItemConfiguredFieldValue object can be identified by the following combinations of the fields.
  • customLogItemConfiguredFieldValueId
  • columnDefinitionId
  • columnName
  • columnLabel
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide value for this field during object update to delete the assigned configured field value.
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column label.
  • Minimum Length: 1
    Maximum Length: 100
    The user-specified UDF column name.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the base currency conversion. Input should be provided in numberValue field, in currency of record.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace1 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace2 currency conversion.
  • Read Only: true
    Deprecated. As of 23.10.
    This holds values for Cost type configured fields in the workspace3 currency conversion.
  • The system-generated identifier of a flex field value.
  • The system-generated identifier of a document.
  • This holds values for Date type configured fields.
  • Read Only: true
    Maximum Length: 4000
    Deprecated. As of 23.10.
    Provides the error message for why the formula calculation resulted in an error.
  • Read Only: true
    Deprecated. As of 23.10.
    Determines if formula calculation hit an error calculating a value for this field.
  • This holds values for Number, Integer and Cost type configured fields. Input for the cost configured field should be provided in the currency of record. For example project level currency in case of Activity, base currency for Company, workspace currency for Funds and record level currency for Project Actuals etc. configured fields.
  • Maximum Length: 4000
    This holds values for Boolean, List and Text type configured fields.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
Examples

Back to Top

Response

Supported Media Types

207 Response

The object was successfully integrated.
Body ()
Root Schema : List<ApiEntitySyncApiResponse>
Type: array
Title: List<ApiEntitySyncApiResponse>
Show Source
Nested Schema : ApiEntitySyncApiResponse
Type: object
Title: ApiEntitySyncApiResponse
Show Source
  • identifier
    The unique identifier of the supported object returned based on the user input.
    This field can return any of the following entities determined based on the object for which the API call is invoked.
    Example : RiskScoreTypeIdentifier is returned when Batch Sync Risk Score Types API is invoked.
  • Error message or reason for operation failure is populated. The field is non-persistable and thus maximum length is not applicable.
  • The response code representing the state of the API operation.
Nested Schema : identifier
Type: object
The unique identifier of the supported object returned based on the user input.
This field can return any of the following entities determined based on the object for which the API call is invoked.
Example : RiskScoreTypeIdentifier is returned when Batch Sync Risk Score Types API is invoked.
Match One Schema
Show Source
Nested Schema : ConstraintIdentifier
Type: object
Title: ConstraintIdentifier
Show Source
Nested Schema : CBSSheetSegmentIdentifier
Type: object
Title: CBSSheetSegmentIdentifier
Show Source
Nested Schema : CBSTemplateSegmentIdentifier
Type: object
Title: CBSTemplateSegmentIdentifier
Show Source
Nested Schema : ScopeAssignmentActualsTimePhasedDataIdentifier
Type: object
Title: ScopeAssignmentActualsTimePhasedDataIdentifier
Show Source
Nested Schema : ScopeAssignmentInstalledTimePhasedDataIdentifier
Type: object
Title: ScopeAssignmentInstalledTimePhasedDataIdentifier
Show Source
Nested Schema : ResourceWorkRateIdentifier
Type: object
Title: ResourceWorkRateIdentifier
Show Source
Nested Schema : ReasonIdentifier
Type: object
Title: ReasonIdentifier
Show Source
Nested Schema : WorkManagerTaskIdentifier
Type: object
Title: WorkManagerTaskIdentifier
Show Source
Nested Schema : ChangeRequestIdentifier
Type: object
Title: ChangeRequestIdentifier
Show Source
Nested Schema : ScopeItemAssignmentActivityIdentifier
Type: object
Title: ScopeItemAssignmentActivityIdentifier
Show Source
Nested Schema : RiskScoreTypeIdentifier
Type: object
Title: RiskScoreTypeIdentifier
Show Source
Nested Schema : RiskMatrixIdentifier
Type: object
Title: RiskMatrixIdentifier
Show Source
Nested Schema : ProjectRiskIdentifier
Type: object
Title: ProjectRiskIdentifier
Show Source
Nested Schema : ProgramRiskIdentifier
Type: object
Title: ProgramRiskIdentifier
Show Source
Nested Schema : ActivityRiskIdentifier
Type: object
Title: ActivityRiskIdentifier
Show Source
Nested Schema : RiskMitigationIdentifier
Type: object
Title: RiskMitigationIdentifier
Show Source
Nested Schema : ProgramRiskMitigationIdentifier
Type: object
Title: ProgramRiskMitigationIdentifier
Show Source
Nested Schema : ProgramRiskWeatherPeriodIdentifier
Type: object
Title: ProgramRiskWeatherPeriodIdentifier
Show Source
Nested Schema : HolidayGroupIdentifier
Type: object
Title: HolidayGroupIdentifier
Show Source
Nested Schema : RiskWeatherPeriodIdentifier
Type: object
Title: RiskWeatherPeriodIdentifier
Show Source
Nested Schema : PortfolioIdentifier
Type: object
Title: PortfolioIdentifier
Show Source
Nested Schema : PortfolioMeasureIdentifier
Type: object
Title: PortfolioMeasureIdentifier
Show Source
Nested Schema : EntityReferenceIdentifier
Type: object
Title: EntityReferenceIdentifier
Show Source
Nested Schema : PortfolioMeasureManualValueIdentifier
Type: object
Title: PortfolioMeasureManualValueIdentifier
Show Source
Nested Schema : CustomLogTypeObjectIdentifier
Type: object
Title: CustomLogTypeObjectIdentifier
Show Source
Nested Schema : CustomLogItemIdentifier
Type: object
Title: CustomLogItemIdentifier
Show Source
Nested Schema : ProjectRankIdentifier
Type: object
Title: ProjectRankIdentifier
Show Source
Nested Schema : ProjectDependencyIdentifier
Type: object
Title: ProjectDependencyIdentifier
Show Source
Nested Schema : LocationIdentifier
Type: object
Title: LocationIdentifier
Show Source
Nested Schema : MeasureIdentifier
Type: object
Title: MeasureIdentifier
Show Source
Nested Schema : MeasureThresholdIdentifier
Type: object
Title: MeasureThresholdIdentifier
Show Source
Nested Schema : ReportCycleIdentifier
Type: object
Title: ReportCycleIdentifier
Show Source
Nested Schema : UnitsOfMeasureIdentifier
Type: object
Title: UnitsOfMeasureIdentifier
Show Source
Nested Schema : WorkspaceIdentifier
Type: object
Title: WorkspaceIdentifier
Show Source
Nested Schema : ApplicationUserGroupIdentifier
Type: object
Title: ApplicationUserGroupIdentifier
Show Source
Nested Schema : CalendarIdentifier
Type: object
Title: CalendarIdentifier
Show Source
Nested Schema : CodeTypeIdentifier
Type: object
Title: CodeTypeIdentifier
Show Source
Nested Schema : CodeValueIdentifier
Type: object
Title: CodeValueIdentifier
Show Source
Nested Schema : CostCategoryIdentifier
Type: object
Title: CostCategoryIdentifier
Show Source
Nested Schema : CurveIdentifier
Type: object
Title: CurveIdentifier
Show Source
Nested Schema : DocumentFolderStructureTemplateIdentifier
Type: object
Title: DocumentFolderStructureTemplateIdentifier
Show Source
Nested Schema : IdeaIdentifier
Type: object
Title: IdeaIdentifier
Show Source
Nested Schema : OfficeIdentifier
Type: object
Title: OfficeIdentifier
Show Source
Nested Schema : ProjectCompanyIdentifier
Type: object
Title: ProjectCompanyIdentifier
Show Source
Nested Schema : ResourceDemandIdentifier
Type: object
Title: ResourceDemandIdentifier
Show Source
Nested Schema : ProjectBudgetChangeIdentifier
Type: object
Title: ProjectBudgetChangeIdentifier
Show Source
Nested Schema : ProjectBudgetTransferIdentifier
Type: object
Title: ProjectBudgetTransferIdentifier
Show Source
Nested Schema : ProjectResourceWorkRateIdentifier
Type: object
Title: ProjectResourceWorkRateIdentifier
Show Source
Nested Schema : ProjectActualsLineItemIdentifier
Type: object
Title: ProjectActualsLineItemIdentifier
Show Source
Nested Schema : ProjectActualsIdentifier
Type: object
Title: ProjectActualsIdentifier
Show Source
Nested Schema : ProjectBudgetItemIdentifier
Type: object
Title: ProjectBudgetItemIdentifier
Show Source
Nested Schema : ProgramIdentifier
Type: object
Title: ProgramIdentifier
Show Source
Nested Schema : StrategyIdentifier
Type: object
Title: StrategyIdentifier
Show Source
Nested Schema : StrategyTypeIdentifier
Type: object
Title: StrategyTypeIdentifier
Show Source
Nested Schema : RuleOfCreditIdentifier
Type: object
Title: RuleOfCreditIdentifier
Show Source
Nested Schema : ResourceRoleAssignmentIdentifier
Type: object
Title: ResourceRoleAssignmentIdentifier
Show Source
Nested Schema : BudgetPlanningScenarioIdentifier
Type: object
Title: BudgetPlanningScenarioIdentifier
Show Source
  • The period during which budget is allocated to projects within the plan.
    This value determines the year in which budget planning timescales start.
    You can set the planning period to either the current or following year. For example, if the year is 2020 the latest planning period you can set is 2021.
    After the planning period for a budget plan has been set it cannot be changed.
  • The system-generated identifier of a portfolio. This value should not be provided in create operation request data, however, it is required for update requests.
  • Maximum Length: 255
    The name of the portfolio.
  • The system-generated identifier of the Budget Plan Scenario.
  • Maximum Length: 255
    The name of Budget Plan Scenario.
  • The user-specified identifier of a workspace.
Nested Schema : ScopeAssignmentPlannedTimePhasedDataIdentifier
Type: object
Title: ScopeAssignmentPlannedTimePhasedDataIdentifier
Show Source
Nested Schema : ProgramBudgetTransferIdentifier
Type: object
Title: ProgramBudgetTransferIdentifier
Show Source
Nested Schema : ProgramBudgetChangeIdentifier
Type: object
Title: ProgramBudgetChangeIdentifier
Show Source
Nested Schema : ActivityIdentifier
Type: object
Title: ActivityIdentifier
Show Source
Nested Schema : AssignmentIdentifier
Type: object
Title: AssignmentIdentifier
Show Source
Nested Schema : RelationshipIdentifier
Type: object
Title: RelationshipIdentifier
Show Source
Nested Schema : FundActualIdentifier
Type: object
Title: FundActualIdentifier
Show Source
Nested Schema : ProgramBudgetItemIdentifier
Type: object
Title: ProgramBudgetItemIdentifier
Show Source
Nested Schema : parentCVCodes
Type: array
List of parent code values in a hierarchy. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
Show Source

400 Response

Invalid Input.
Back to Top