All Products
Search
Document Center

Chat App Message Service:ListMessageCampaign

Last Updated:Dec 18, 2025

Queries the list of message campaign budgets.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

CustSpaceId

string

Yes

The Space ID of the Independent Software Vendor (ISV) sub-customer. This is the channel ID. You can find the ID on the Channel Management page.

示例值示例值示例值

PageId

string

Yes

The Page ID for Messenger.

示例值示例值

AdAccountId

string

No

The Meta ad account ID.

示例值示例值

Status

string

No

The budget status.

示例值示例值示例值

CampaignName

string

No

The budget name.

示例值示例值示例值

Page

object

Yes

The paging parameter object.

Size

integer

Yes

The number of entries to display on each page.

55

Index

integer

Yes

The page number.

7

CampaignId

string

No

The budget ID.

示例值示例值

Response elements

Element

Type

Description

Example

object

AccessDeniedDetail

string

The details about the access denial.

Message

string

The error message.

示例值示例值示例值

RequestId

string

The request ID.

示例值示例值

Total

integer

The total number of records.

70

Data

array<object>

The returned data object.

object

The returned data.

PageId

string

The Page ID for Messenger.

示例值示例值示例值

Status

string

The budget status.

示例值示例值

CampaignId

string

The budget ID.

示例值示例值示例值

CreateTime

integer

The time when the budget was created.

18

AdAccountId

string

The Meta ad account ID.

示例值示例值

CampaignName

string

The budget name.

示例值示例值示例值

Budget

integer

The budget.

62

BudgetType

string

The budget type.

示例值示例值

Code

string

The status code of the request.

  • A value of OK indicates that the request was successful.

  • For a list of other error codes, see Error codes.

示例值示例值示例值

Success

boolean

Indicates whether the operation was successful. Valid values:

  • true: The operation was successful.

  • false: The operation failed.

false

Examples

Success response

JSON format

{
  "AccessDeniedDetail": "",
  "Message": "示例值示例值示例值",
  "RequestId": "示例值示例值",
  "Total": 70,
  "Data": [
    {
      "PageId": "示例值示例值示例值",
      "Status": "示例值示例值",
      "CampaignId": "示例值示例值示例值",
      "CreateTime": 18,
      "AdAccountId": "示例值示例值",
      "CampaignName": "示例值示例值示例值",
      "Budget": 62,
      "BudgetType": "示例值示例值"
    }
  ],
  "Code": "示例值示例值示例值",
  "Success": false
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.