Batch Create Assignment Favorites

post

/api/restapi/assignmentFavorite/batch

Send a request to this endpoint to create one or more assignment 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<ApiEntityAssignmentFavoriteInput>
Type: array
Title: List<ApiEntityAssignmentFavoriteInput>
Show Source
  • ApiEntityAssignmentFavoriteInput
    Title: ApiEntityAssignmentFavoriteInput
    This entity represents a AssignmentFavorite object, a unique AssignmentFavorite object can be identified by the following combinations of the fields.
    • assignmentFavoriteId
    • applicationUser,assignmentId
    • activityCode,projectCode,workspaceCode,resourceCode,applicationUser
    • activityCode,projectCode,workspaceCode,resourceCode,userName
    • assignmentId,userName
Nested Schema : ApiEntityAssignmentFavoriteInput
Type: object
Title: ApiEntityAssignmentFavoriteInput
This entity represents a AssignmentFavorite object, a unique AssignmentFavorite object can be identified by the following combinations of the fields.
  • assignmentFavoriteId
  • applicationUser,assignmentId
  • activityCode,projectCode,workspaceCode,resourceCode,applicationUser
  • activityCode,projectCode,workspaceCode,resourceCode,userName
  • assignmentId,userName
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityAssignmentFavorite>
Type: array
Title: List<ApiEntityAssignmentFavorite>
Show Source
Nested Schema : ApiEntityAssignmentFavorite
Type: object
Title: ApiEntityAssignmentFavorite
Show Source

400 Response

Invalid input for the Assignment Favorite service.
Back to Top