POST api/Worklist/Getinfomation/{empid}/{taskgroup}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empid

string

Required

taskgroup

string

Required

Body Parameters

WorkListRequestModel
NameDescriptionTypeAdditional information
PageSize

integer

None.

PageNumber

integer

None.

FilterText

string

None.

FilterStatus

Collection of string

None.

FilterTemplateName

Collection of string

None.

FilterCompanyName

Collection of string

None.

FilterDepartmentName

Collection of string

None.

FilterDateFrom

date

None.

FilterDateTo

date

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageNumber": 2,
  "FilterText": "sample string 3",
  "FilterStatus": [
    "sample string 1",
    "sample string 2"
  ],
  "FilterTemplateName": [
    "sample string 1",
    "sample string 2"
  ],
  "FilterCompanyName": [
    "sample string 1",
    "sample string 2"
  ],
  "FilterDepartmentName": [
    "sample string 1",
    "sample string 2"
  ],
  "FilterDateFrom": "2025-06-17T21:25:19.5917282+07:00",
  "FilterDateTo": "2025-06-17T21:25:19.5917282+07:00",
  "userPrincipalName": "sample string 6",
  "connectionString": "sample string 7",
  "SecretId": null
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WorkListRequestModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.