Revision as of 14:37, October 31, 2023 by WikiSysop (talk | contribs) (Update with the copy of version: 8.5.2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GetStandardResponseFavorites

This operation is part of the Standard Response API section of the Web Services API.

Overview

This request retrieves standard response favorites.

Request

Request URL /api/v2/platform/contactserver/GetStandardResponseFavorites/
HTTP Method POST
Required Features api-multimedia

Sample

POST http://.../api/v2/platform/contactserver/GetStandardResponseFavorites

Response

{
  "statusCode": 0,
  "response": "EventGetAgentStdRespFavorites",
  "data": {
      "standardResponses": [
          "00019aBD0HBH00AX"
      ],
      "referenceId": 6
  }
}
This page was last edited on October 31, 2023, at 14:37.
Comments or questions about this documentation? Contact us for support!