GET api/work/ListUnFinishDep?userId={userId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
userId
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  },
  {
    "Key": "sample string 1",
    "Value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfStringAndString xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL.DTO">
  <StringAndString>
    <Key>sample string 1</Key>
    <Value>sample string 2</Value>
  </StringAndString>
  <StringAndString>
    <Key>sample string 1</Key>
    <Value>sample string 2</Value>
  </StringAndString>
  <StringAndString>
    <Key>sample string 1</Key>
    <Value>sample string 2</Value>
  </StringAndString>
</ArrayOfStringAndString>