GET api/ticket/gettickets/{active}/{pageNumber}/{pageCount}

Gets all the tickets, depending on the values that are passed with the call

Request Information

URI Parameters

NameDescriptionTypeAdditional information
active

If the tickets have to be open or closed

boolean

Required

pageNumber

On which page of tickets the site is

integer

Required

pageCount

The amount of ticket pages

integer

Required

Body Parameters

None.

Response Information

Resource Description

The chosen tickets

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.