GET api/ts/search?SearchString={SearchString}&UserId={UserId}&PlanId={PlanId}

Search for tasks in timesheet

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SearchString

string

Required

UserId

globally unique identifier

None.

PlanId

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]