GET api/v1/Task/getArchiveTaskByProject?ProjectId={ProjectId}&ItemCount={ItemCount}&LastArchivedDate={LastArchivedDate}
Lấy danh sách task đang lưu trữ trong 1 Project
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ProjectId | integer |
Required |
|
ItemCount |
Số lượng item trong 1 lần lấy |
integer |
Required |
LastArchivedDate |
ArchivedDate của Item cuối, ban đầu truyền chuổi rỗng. Format: dd/MM/yyyy |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
ErrorCode | integer |
None. |
|
ErrorMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ErrorCode": 1, "ErrorMessage": "sample string 2", "Data": {} }
application/xml, text/xml
Sample:
<ReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeamworkClassLibrary"> <Data /> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> </ReturnResult>