GET api/users/{userId}/assignments

Get a list of assignments assigned to the specified user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

User ID

string

Required

Body Parameters

None.

Response Information

Resource Description

List of assignments assigned to user

Collection of Assignment
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Description

string

None.

AssignmentType

AssignmentType

None.

Person

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.