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 goals in the Beenia Application through integration tools. You can use it to easily create goals with defined parameters.
Request
Response
After successfully creating the goal, the response will be in JSON format and will contain a confirmation of the goal creation along with the following information:
{
"name": "Testing name of goal",
"description": "Description of goal",
"startDate": null,
"endDate": null,
"sortOrder": 362,
"parentGoalId": null,
"goalType": "ACTIVITY",
"id": 79098,
"state": "OPEN",
"statusId": 0,
"statusName": null,
"teamId": 20500147,
"teamName": "Testing name of team",
"ownerId": 13450875,
"ownerName": "John Dark",
"createdAt": "2023-09-18T07:23:17.815Z",
"assignee": [],
"tenant": 409785,
"metric": null,
"deleted": false,
"calcNumOpenSubGoals": 0
}
Description of attributes: