APIs & Integrations

sunny2
Participant

CRM extension API: Error in data fetch request: RESPONSE_DESERIALIZATION

SOLVE

I created an object type on CRM extension API. but I am getting RESPONSE_DESERIALIZATION error in monitor logs. I am using alex@proposify.biz (developer account)
45%20PM

  {
    "results": [
        {
            "objectId": 341814718,
            "title": "Proposal Sunny testing extension",
            "link": "somethingdotcom",
            "created": "2016-09-15",
            "priority": "HIGH",
            "project": "API",
            "reported_by": "msmith@hubspot.com",
            "description": "Customer reported that the APIs are just running too fast. This is causing a problem in that they're so happy.",
            "reporter_type": "Account Manager",
            "status": "Draft",
            "ticket_type": "Proposal",
            "updated": "2016-09-28",
            "actions": [
                {
                    "type": "IFRAME",
                    "width": 890,
                    "height": 748,
                    "uri": "somethingdotcom",
                    "label": "Edit"
                },
                {
                    "type": "IFRAME",
                    "width": 890,
                    "height": 748,
                    "uri": "somethingdotcom",
                    "label": "Snapshot"
                },
                {
                    "type": "ACTION_HOOK",
                    "httpMethod": "PUT",
                    "uri": "somethingdotcom",
                    "label": "Send"
                },
                {
                    "type": "CONFIRMATION_ACTION_HOOK",
                    "confirmationMessage": "Are you sure you want to send this proposal?",
                    "confirmButtonText": "Yes",
                    "cancelButtonText": "No",
                    "httpMethod": "DELETE",
                    "associatedObjectProperties": {
                        "0": "protected_account",
                        "uri": "somethingdotcom",
                        "label": "Send"
                    }
                }
            ]
        }
    ],
    "settingsAction": {
        "type": "IFRAME",
        "width": 890,
        "height": 748,
        "uri": "somethingdotcom",
        "label": "Settings"
    },
    "primaryAction": {
        "type": "IFRAME",
        "width": 890,
        "height": 748,
        "uri": "somethingdotcom",
        "label": "Create Ticket"
    }
}
0 Upvotes
1 Accepted solution
sunny2
Solution
Participant

CRM extension API: Error in data fetch request: RESPONSE_DESERIALIZATION

SOLVE

I was able to fix the issue

View solution in original post

0 Upvotes
3 Replies 3
sunny2
Solution
Participant

CRM extension API: Error in data fetch request: RESPONSE_DESERIALIZATION

SOLVE

I was able to fix the issue

0 Upvotes
tezrosolutions
Member

CRM extension API: Error in data fetch request: RESPONSE_DESERIALIZATION

SOLVE

Hi there, Just curious how did you fix it? I am facing exact same problem.

IsaacTakushi
HubSpot Employee
HubSpot Employee

CRM extension API: Error in data fetch request: RESPONSE_DESERIALIZATION

SOLVE

@_umairk,

Please open a new topic and include links to the monitor logs in your developer account.

Isaac Takushi

Associate Certification Manager
0 Upvotes