Product Features
Free & Special Offers
Partner Programs
Company & Support
Product Features
Free & Special Offers
Partner Programs
Company & Support
© Beenia • All rights reserved • Co-founded by Founderscope
This endpoint allows you to automate the process of creating activities in the Beenia application through integration tools. You can use it to easily create activities with defined parameters and ensure that your users have up-to-date information about their tasks and activities.
Request
Response
After successfully creating an activity, the response in JSON format will contain a confirmation of the activity creation with the following information:
{
"name": "testing activity task",
"dueDate": null,
"externalId": null,
"id": 55503877,
"reportedState": null,
"assignee": [],
"followers": [],
"section": null,
"tags": {
"6850": "tag1",
"6851": "tag2"
},
"state": "OPEN",
"parentActivity": null,
"calcNumOpenSubActivities": 0,
"deleted": false,
"kanban": null,
"lastModified": "2023-09-18T08:21:00.569Z",
"calcComments": 0,
"sortOrder": 5.000000239745E11,
"priority": "MEDIUM",
"delegationRootActivityId": null,
"delegationTargetActivityId": null,
"delegationTargetActivityIsActive": false,
"customFields": {},
"owner": {
"id": 13450454,
"fullName": "John Black"
},
"backgroundId": null,
"description": "<p>Description of task</p>",
"tenant": 409,
"ownerInfo": null,
"ownerTeam": {
"id": 20500874,
"name": "Testing team"
},
"createdAt": "2023-09-18T08:20:31.659Z",
"deletedAt": null,
"delegationRootActivityTeamId": null,
"delegationTargetActivityTeamId": null
}
Description of attributes: