POST api/tickets/get

Request Information

URI Parameters

None.

Body Parameters

TicketsGetRequest
NameDescriptionTypeAdditional information
ticketType

integer

None.

idTicketManagerUser

integer

None.

ticketState

integer

None.

creationDateFrom

date

None.

creationDateTo

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ticketType": 1,
  "idTicketManagerUser": 1,
  "ticketState": 1,
  "creationDateFrom": "2025-03-14T12:36:09.9820844+01:00",
  "creationDateTo": "2025-03-14T12:36:09.9820844+01:00"
}

application/xml, text/xml

Sample:
<TicketsGetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEstarDashboard.Models">
  <CreationDateFrom>2025-03-14T12:36:09.9820844+01:00</CreationDateFrom>
  <CreationDateTo>2025-03-14T12:36:09.9820844+01:00</CreationDateTo>
  <IdTicketManagerUser>1</IdTicketManagerUser>
  <TicketState>1</TicketState>
  <TicketType>1</TicketType>
</TicketsGetRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.