Create Project ObjectAsk AIpost https://{hostname}/api/custom-entity/api/custom-entity/v1/projectsUse this API to create a new Project object record. πThings to Know This API only supports creating Project objects via Object Manager. Body Paramsnamestringrequiredlength between 3 and 255The name of the object.descriptionstringlength β€ 1000The description of the object.deadlinedateThe deadline of the project.externalIdstringlength β€ 100The external identifier for the project.projectLinkurilength β€ 2048The project link or other URL.intendedUsestringlength β€ 1000The intended use of the project.businessValuestringlength β€ 100The business value of the project.projectOwnerstringThe user assigned as the owner of the project.statusstringenumThe status of the project.ActiveDraftActiveIn ProgressOn HoldCompletedCancelledAllowed:DraftActiveIn ProgressOn HoldCompletedCancelledtypestringenumThe type of project.DevelopmentAICampaignFeatureGeneralProcessProductAllowed:AICampaignFeatureGeneralProcessProductinternalOrExternalstringenumThis parameter indicates whether the project is internal or external.InternalInternalExternalAllowed:InternalExternalpromotionStatusstringenumThe project promotion status.Not PromotedNot PromotedPromotedPromotion PendingAllowed:Not PromotedPromotedPromotion PendingadditionalAttributesobjectThis parameter can be used to store attribute details in key value pairs.Additional Attributes objectentityDetailobjectThe details of the object.Entity Details objectorgGroupIdobjectThe unique identifier of the organization responsible for the object.Organization Group ID objectResponses 201Project entity created successfully 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago