Request headers

Only registered user can perform this action
  Authentication - string - required
    Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"

Request body example

/api/v4/presets/check_for_scheduled_posts?ids[]=12&ids[]=13&preset_folder_ids[]=2&preset_folder_ids[]=3

Success response body

{
  "with_scheduled_posts": 3
}

Params

Param name Description
preset_folder_ids
optional

IDs of preset folders wich we want to check

Validations:

  • Must be an array of Integer

ids
optional

IDs of presets wich we want to check

Validations:

  • Must be an array of Integer