GET api/GetActiveTaskList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of tasklistDto
NameDescriptionTypeAdditional information
taskid

integer

None.

yellowcount

integer

None.

redcount

integer

None.

notes

string

None.

attchement

string

None.

archive

boolean

None.

modifiedon

date

None.

action

integer

None.

actiondate

date

None.

assignment

string

None.

emaildate

date

None.

email

string

None.

count

integer

None.

color

string

None.

priority

integer

None.

Today

boolean

None.

position

integer

None.

todayRemainder

boolean

None.

isnotified

boolean

None.

greenTimer

date

None.

isactive

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "taskid": 1,
    "yellowcount": 2,
    "redcount": 1,
    "notes": "sample string 3",
    "attchement": "sample string 4",
    "archive": true,
    "modifiedon": "2025-12-16T16:08:04.9108216+05:30",
    "action": 7,
    "actiondate": "2025-12-16T16:08:04.9108216+05:30",
    "assignment": "sample string 9",
    "emaildate": "2025-12-16T16:08:04.9108216+05:30",
    "email": "sample string 11",
    "count": 12,
    "color": "sample string 13",
    "priority": 14,
    "Today": true,
    "position": 16,
    "todayRemainder": true,
    "isnotified": true,
    "greenTimer": "2025-12-16T16:08:04.9108216+05:30",
    "isactive": true
  },
  {
    "taskid": 1,
    "yellowcount": 2,
    "redcount": 1,
    "notes": "sample string 3",
    "attchement": "sample string 4",
    "archive": true,
    "modifiedon": "2025-12-16T16:08:04.9108216+05:30",
    "action": 7,
    "actiondate": "2025-12-16T16:08:04.9108216+05:30",
    "assignment": "sample string 9",
    "emaildate": "2025-12-16T16:08:04.9108216+05:30",
    "email": "sample string 11",
    "count": 12,
    "color": "sample string 13",
    "priority": 14,
    "Today": true,
    "position": 16,
    "todayRemainder": true,
    "isnotified": true,
    "greenTimer": "2025-12-16T16:08:04.9108216+05:30",
    "isactive": true
  }
]

application/xml, text/xml

Sample:
<ArrayOftasklistDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.ayanest.net.Dto">
  <tasklistDto>
    <Today>true</Today>
    <action>7</action>
    <actiondate>2025-12-16T16:08:04.9108216+05:30</actiondate>
    <archive>true</archive>
    <assignment>sample string 9</assignment>
    <attchement>sample string 4</attchement>
    <color>sample string 13</color>
    <count>12</count>
    <email>sample string 11</email>
    <emaildate>2025-12-16T16:08:04.9108216+05:30</emaildate>
    <greenTimer>2025-12-16T16:08:04.9108216+05:30</greenTimer>
    <isactive>true</isactive>
    <isnotified>true</isnotified>
    <modifiedon>2025-12-16T16:08:04.9108216+05:30</modifiedon>
    <notes>sample string 3</notes>
    <position>16</position>
    <priority>14</priority>
    <redcount>1</redcount>
    <taskid>1</taskid>
    <todayRemainder>true</todayRemainder>
    <yellowcount>2</yellowcount>
  </tasklistDto>
  <tasklistDto>
    <Today>true</Today>
    <action>7</action>
    <actiondate>2025-12-16T16:08:04.9108216+05:30</actiondate>
    <archive>true</archive>
    <assignment>sample string 9</assignment>
    <attchement>sample string 4</attchement>
    <color>sample string 13</color>
    <count>12</count>
    <email>sample string 11</email>
    <emaildate>2025-12-16T16:08:04.9108216+05:30</emaildate>
    <greenTimer>2025-12-16T16:08:04.9108216+05:30</greenTimer>
    <isactive>true</isactive>
    <isnotified>true</isnotified>
    <modifiedon>2025-12-16T16:08:04.9108216+05:30</modifiedon>
    <notes>sample string 3</notes>
    <position>16</position>
    <priority>14</priority>
    <redcount>1</redcount>
    <taskid>1</taskid>
    <todayRemainder>true</todayRemainder>
    <yellowcount>2</yellowcount>
  </tasklistDto>
</ArrayOftasklistDto>