List FAQ Instances

All API requests should contain authorization headers.

Request

GET /faq/instances

Query Parameters

This endpoint doesn't require query parameters.

Response

{
    "data": [
        {
            "activeTopicCount": 7,
            "bigLogoLink": null,
            "creationTime": "0001-01-01T00:00:00+00:00",
            "customCss": null,
            "customerWebsiteLink": null,
            "defaultFormLink": "//form.socialboards.com/southsideblueroyaljewelry",
            "displayName": "southsideblueroyaljewelry",
            "facebookLink": null,
            "faviconLink": null,
            "footerContent": null,
            "formLink": null,
            "googleAnalyticsCode": null,
            "googleTagManagerCode": null,
            "headerSubTitle": null,
            "headerTitle": "How can we help?",
            "instagramLink": null,
            "isAccessByPasswordEnabled": false,
            "isChatEnabled": false,
            "isCookieMessageHidden": false,
            "isDefault": true,
            "isFooterHidden": false,
            "language": 2,
            "logoLink": null,
            "name": "publicapitests",
            "publishedTopicCount": 7,
            "stickyButtonColor1": "#f5f5f5",
            "stickyButtonColor2": "#f5f5f5",
            "stickyButtonColor3": "#f5f5f5",
            "stickyButtonTextColor1": "#231f1f",
            "stickyButtonTextColor2": "#231f1f",
            "stickyButtonTextColor3": "#231f1f",
            "templateType": "text_default",
            "twitterLink": null
        }
    ],
    "errorCode": -1,
    "errorText": null
}

Data field will contain an array of Instance objects.

Last updated