GET api/smarttask/users/{userId}/tasks/count

GET a list of tasks assigned to the given user

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

GUID id of the user

string

Required

Body Parameters

None.

Response Information

Resource Description

List of TaskGeneralInformation DTOs

Dictionary of string [key] and integer [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": 2,
  "sample string 3": 4
}

text/html

Sample:
{"sample string 1":2,"sample string 3":4}