列出個性化標籤

List personal tags

post

Retrieve a list of all personal tags with pagination

Authorizations
AuthorizationstringRequired

Bearer token for API authentication

Query parameters
botIdstringRequired

The bot ID for the API request

pageintegerOptional

Page number for pagination

Default: 1
perpageintegerOptional

Number of items per page

Default: 10
searchstringOptional

Search term for filtering results

Default: ""
sortingstring · enumOptional

Sort order (ASC or DESC)

Default: ASCPossible values:
sortingTypestring · enumOptional

Field to sort by (updateAt, clientCount, createdAt, name)

Default: updateAtPossible values:
platformstring · enumOptional

Platform filter (line, facebook, instagram, liveChat, whatsapp)

Possible values:
startTimestringOptional

Start time for date range filter

Default: ""
endTimestringOptional

End time for date range filter

Default: ""
isCountByPlatformbooleanOptional

Whether to count by platform

Default: true
Body
secretstringRequired

Secret key for API authentication

Example: your_secret_key_here
Responses
chevron-right
200

Personal tags list retrieved successfully

application/json
post
/openapi/personalTags/list

Last updated