POST api/tasks/gettasknotes

Get a list of note events for a task Processes this tasks API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The get task note events data contract supplied with the request.

GetTaskNoteEventsDataContract
NameDescriptionTypeAdditional information
EventIds

The unique identifiers of the related event resources.

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

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.