GET AccountantTask/GetLatest?count={count}
Gets a specified number of Accountant Tasks.
Request Information
This method supports OData queries.
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| count | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Accountant Task| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Accountant Task |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"AccountantTaskRecurrenceId": 1,
"CompanyId": 2,
"CompanyName": "sample string 3",
"UserId": 4,
"Name": "sample string 5",
"Notes": "sample string 6",
"StatusType": 7,
"ReminderType": 8,
"ReminderDaysBefore": 1,
"AutomaticallyChangeStatusWhenStart": true,
"NotificationDate": "2025-12-21",
"Notified": true,
"StartDate": "2025-12-21",
"EndDate": "2025-12-21",
"Duration": 1,
"ID": 13
},
{
"AccountantTaskRecurrenceId": 1,
"CompanyId": 2,
"CompanyName": "sample string 3",
"UserId": 4,
"Name": "sample string 5",
"Notes": "sample string 6",
"StatusType": 7,
"ReminderType": 8,
"ReminderDaysBefore": 1,
"AutomaticallyChangeStatusWhenStart": true,
"NotificationDate": "2025-12-21",
"Notified": true,
"StartDate": "2025-12-21",
"EndDate": "2025-12-21",
"Duration": 1,
"ID": 13
}
]
}