Batch Create Work Manager Tasks

post

/api/restapi/workManagerTask/batch

Send a request to this endpoint to create one or more work manager tasks.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityWorkManagerTaskInput>
Type: array
Title: List<ApiEntityWorkManagerTaskInput>
Show Source
  • ApiEntityWorkManagerTaskInput
    Title: ApiEntityWorkManagerTaskInput
    This entity represents a WorkManagerTask object, a unique WorkManagerTask object can be identified by the following combinations of the fields.
    • workManagerTaskId
    • itemCode,project,projectCompanyId
    • itemCode,projectCode,workspaceCode,projectCompanyId
    • itemCode,project,companyName,companyPostalCode,projectCompanyColor
    • itemCode,projectCode,workspaceCode,companyName,companyPostalCode,projectCompanyColor
Nested Schema : ApiEntityWorkManagerTaskInput
Type: object
Title: ApiEntityWorkManagerTaskInput
This entity represents a WorkManagerTask object, a unique WorkManagerTask object can be identified by the following combinations of the fields.
  • workManagerTaskId
  • itemCode,project,projectCompanyId
  • itemCode,projectCode,workspaceCode,projectCompanyId
  • itemCode,project,companyName,companyPostalCode,projectCompanyColor
  • itemCode,projectCode,workspaceCode,companyName,companyPostalCode,projectCompanyColor
Show Source
Nested Schema : codeValues
Type: array
The list of code values for a work manager task. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
  • ApiEntityCodeValueWorkManagerTaskInput
    Title: ApiEntityCodeValueWorkManagerTaskInput
    This entity represents a CodeValueWorkManagerTask object, a unique CodeValueWorkManagerTask object can be identified by the following combinations of the fields.
    • codeValueTasksId
    • 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 : configuredFields
Type: array
The list of configured fields for a work manager task.
Show Source
  • ApiEntityWorkManagerTaskConfiguredFieldValueInput
    Title: ApiEntityWorkManagerTaskConfiguredFieldValueInput
    This entity represents a WorkManagerTaskConfiguredFieldValue object, a unique WorkManagerTaskConfiguredFieldValue object can be identified by the following combinations of the fields.
    • workManagerTaskConfiguredFieldValueId
    • columnDefinitionId
    • columnName
    • columnLabel
Nested Schema : taskConstraints
Type: array
List of work manager task constraints.
Show Source
  • ApiEntityTaskConstraintInput
    Title: ApiEntityTaskConstraintInput
    This entity represents a TaskConstraint object, a unique TaskConstraint object can be identified by the following combinations of the fields.
    • taskConstraintId
    • constraintId,workManagerTaskId
Nested Schema : workManagerTaskCommitments
Type: array
Read Only: true
Deprecated. As of 23.12.
List of Work Manager task commitments associated with the task.
Show Source
Nested Schema : ApiEntityCodeValueWorkManagerTaskInput
Type: object
Title: ApiEntityCodeValueWorkManagerTaskInput
This entity represents a CodeValueWorkManagerTask object, a unique CodeValueWorkManagerTask object can be identified by the following combinations of the fields.
  • codeValueTasksId
  • 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 : ApiEntityWorkManagerTaskConfiguredFieldValueInput
Type: object
Title: ApiEntityWorkManagerTaskConfiguredFieldValueInput
This entity represents a WorkManagerTaskConfiguredFieldValue object, a unique WorkManagerTaskConfiguredFieldValue object can be identified by the following combinations of the fields.
  • workManagerTaskConfiguredFieldValueId
  • 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.
  • 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.
  • The unique identifier for the Task Configured Field.
  • The system-generated identifier of a Task.
Nested Schema : ApiEntityTaskConstraintInput
Type: object
Title: ApiEntityTaskConstraintInput
This entity represents a TaskConstraint object, a unique TaskConstraint object can be identified by the following combinations of the fields.
  • taskConstraintId
  • constraintId,workManagerTaskId
Show Source
Nested Schema : ApiEntityWorkManagerTaskCommitment
Type: object
Title: ApiEntityWorkManagerTaskCommitment
Show Source
Nested Schema : reasons
Type: array
The reasons of a work manager task commitment.
Show Source
Nested Schema : ApiEntityReason
Type: object
Title: ApiEntityReason
Show Source
  • Minimum Length: 1
    Maximum Length: 60
    The abbreviation of the reason for recommitting to a task.
  • appliesTo
    Indicates the type of object the reason is associated to.
  • Allowed Values: [ "OWNED", "INHERITED" ]
    The type of association in the relationship between the reason and the workspace. Possible values are Owned and Inherited.
  • Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    How data is shared between parent and child workspaces.
    Manual: Data can be pulled down by child workspaces. This is the default option.
    Automatic: Data is automatically shared with all child workspaces.
  • The unique identifier of a reason.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the reason for recommitting to a task.
  • Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : appliesTo
Type: array
Indicates the type of object the reason is associated to.
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityWorkManagerTask>
Type: array
Title: List<ApiEntityWorkManagerTask>
Show Source
Nested Schema : ApiEntityWorkManagerTask
Type: object
Title: ApiEntityWorkManagerTask
Show Source
Nested Schema : codeValues
Type: array
The list of code values for a work manager task. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a work manager task.
Show Source
Nested Schema : taskConstraints
Type: array
List of work manager task constraints.
Show Source
Nested Schema : workManagerTaskCommitments
Type: array
List of Work Manager task commitments associated with the task.
Show Source
Nested Schema : ApiEntityCodeValueWorkManagerTask
Type: object
Title: ApiEntityCodeValueWorkManagerTask
Show Source
Nested Schema : ApiEntityWorkManagerTaskConfiguredFieldValue
Type: object
Title: ApiEntityWorkManagerTaskConfiguredFieldValue
Show Source
Nested Schema : ApiEntityTaskConstraint
Type: object
Title: ApiEntityTaskConstraint
Show Source
Nested Schema : ApiEntityWorkManagerTaskCommitment
Type: object
Title: ApiEntityWorkManagerTaskCommitment
Show Source
Nested Schema : reasons
Type: array
The reasons of a work manager task commitment.
Show Source
Nested Schema : ApiEntityReason
Type: object
Title: ApiEntityReason
Show Source
  • Minimum Length: 1
    Maximum Length: 60
    The abbreviation of the reason for recommitting to a task.
  • appliesTo
    Indicates the type of object the reason is associated to.
  • Allowed Values: [ "OWNED", "INHERITED" ]
    The type of association in the relationship between the reason and the workspace. Possible values are Owned and Inherited.
  • Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    How data is shared between parent and child workspaces.
    Manual: Data can be pulled down by child workspaces. This is the default option.
    Automatic: Data is automatically shared with all child workspaces.
  • The unique identifier of a reason.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the reason for recommitting to a task.
  • Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : appliesTo
Type: array
Indicates the type of object the reason is associated to.
Show Source

400 Response

Invalid input for the Work Manager Task service.
Back to Top