Skip to main content
POST
Get All Ticket Data

Headers

Accept
string
default:application/json

e.g. application/json

x-api-key
string

e.g. 2uiHKCTi8hSg35MG75aaot0B2SAokhjk (string, required) - Partner specific API key provided by Birdeye for data exchange.

Content-Type
string
default:application/json

Media type of the JSON request body.

Path Parameters

businessNumber
number
required

Business number of the account.

Query Parameters

op
number
required

Possible values are: [1] will display ticket count only, [3] will display all the data of the ticket. Default value - 3.

sIndex
number
required

Start index of the response. Default value - 0

count
number
required

Number of tickets want to get in the response. Default value - 25

sortBy
number
required

Sort options, Possible values [2] will sort on the basis of ticket creation date. [3] will sort on the basis of characters of business aliases. Default value 2.

sortOrder
number
required

Sort Order [0] will sort the data in ascending order. [1] this will sort the data in descending order. Default value - 1

totalCount
boolean
required

false, total count would not be displayed. true, total count would be displayed along with the data of all the tickets. Default Value - false

Body

application/json
assignees
any[]

List of assignee email id.

businessNumbers
any[]

List of Location Business Numbers.

fromDate
number

Epoc start date.

toDate
number

Epoc end date.

sourceAliases
any[]

Source alias.

sourceTypes
any[]

Source Type.

tagNames
any[]

Tag assigned to any review ticket.

ticketStatuses
any[]

Filter tickets with status.

ticketTypes
any[]

List of ticket type, Possible values

Response

OK

ticketDetails
object[]

Ticket Details.