POST api/tasks/gettasknotes
Get a list of note events for a task
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.Tasks.GetTaskNoteEventsDataContractName | Description | Type | Additional information |
---|---|---|---|
EventIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "EventIds": [ 1, 2 ] }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.