Skip to main content
GET
Get campaign items with filters

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header. You can get yours in your profile when authenticated in Starleads

Path Parameters

campaignId
string
required

ID of the campaign.

Query Parameters

RunningStatusList
enum<string>[]

Optional list of running statuses to filter items.

Available options:
Pending,
Calling,
Processed,
ProcessingResult,
Error
PageSize
integer<int32>
default:50

Number of items per page (default: 50).

PageNumber
integer<int32>
default:1

Page number to retrieve (default: 1).

StartLastCallDate
string<date-time>

Filter items with LastCallDate greater than or equal to this date.

EndLastCallDate
string<date-time>

Filter items with LastCallDate less than or equal to this date.

Response

Success

Paginated result containing campaign items.

currentPage
integer<int32>

Current page number.

totalPages
integer<int32>

Total number of pages.

pageSize
integer<int32>

Number of items per page.

totalCount
integer<int32>

Total number of items across all pages.

items
object[]

List of campaign items for the current page.