Get Schedule

https://documenter.getpostman.com/view/17474604/2sA3JM61j5#912e037d-29ec-440a-a41b-81c5404c393d

Returns a list of schedules in a campaign

Example Request

Params

Key
Value
Description

campaign_id

25

Enter the campaign ID, you can use the get campaign api to get the ID

page

1

limit

10

Example Response

{
 "schedule":[
 //content
 ]
 }

Last updated