actionitems
Get a list of action items
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
creationDateStartDate |
Used for filtering. Only includes items which have been created on or after the date provided ISO-8601 format of: yyyy-mm-dd, such as 1989-05-22 or MMM-dd-yyyy (MAY-22-1989) |
date |
None. |
creationDateEndDate |
Used for filtering. Only includes items which have been created before the date provided ISO-8601 format of: yyyy-mm-dd, such as 1989-05-22 or MMM-dd-yyyy (MAY-22-1989) |
date |
None. |
actionDescription |
Search for action items with description that contains the words specified |
string |
None. |
sort |
Sort by the specified URI parameter. Sort can be applied to title and IsSignedOff fields. i.e. url?sort=title or url?sort=IsSignedOff. The default sort direction is ascending. |
string |
None. |
sortDirection |
Sorts in ascending or descending order. "Asc" for ascending order, or "Desc" for descending order. |
string |
None. |
Body Parameters
None.
Response Information
Standard Responses
Name | Description | Type | Additional information |
---|---|---|---|
pagingInfo | PagingInfoDto |
None. |
|
values | Collection of ActionItemListItemDto |
None. |
|
links | Collection of LinkDto |
None. |
Error Responses
HTTP Status Code | Error Message | Type | Additional Information |
---|