Create an Assignment Favorite

post

/api/restapi/assignmentFavorite

Send a request to this endpoint to create an assignment 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 : 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 : ApiEntityAssignmentFavorite
Type: object
Title: ApiEntityAssignmentFavorite
Show Source

400 Response

Invalid input for the Assignment Favorite service.
Back to Top