Create an Activity Favorite

post

/api/restapi/activityFavorite

Send a request to this endpoint to create an activity favorite. An application object will be created using the JSON data provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityActivityFavoriteInput
Type: object
Title: ApiEntityActivityFavoriteInput
This entity represents a ActivityFavorite object, a unique ActivityFavorite object can be identified by the following combinations of the fields.
  • activityFavoriteId
  • activity,applicationUser
  • activityCode,projectCode,workspaceCode,applicationUser
  • activity,userName
  • activityCode,projectCode,workspaceCode,userName
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityActivityFavorite
Type: object
Title: ApiEntityActivityFavorite
Show Source

400 Response

Invalid input for the Activity Favorite service.
Back to Top