Batch Create Activity Favorites

post

/api/restapi/activityFavorite/batch

Send a request to this endpoint to create one or more activity favorites. An application object will be created for each JSON object provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityActivityFavoriteInput>
Type: array
Title: List<ApiEntityActivityFavoriteInput>
Show Source
  • ApiEntityActivityFavoriteInput
    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
Nested 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 : List<ApiEntityActivityFavorite>
Type: array
Title: List<ApiEntityActivityFavorite>
Show Source
Nested Schema : ApiEntityActivityFavorite
Type: object
Title: ApiEntityActivityFavorite
Show Source

400 Response

Invalid input for the Activity Favorite service.
Back to Top