Last active
September 4, 2019 14:20
-
-
Save Sitebase/ba006574013e1fe8c1d4802b302ab1dd to your computer and use it in GitHub Desktop.
Test demo tickets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"results": [ | |
{ | |
"objectId": 245, | |
"title": "API-22: APIs working too fast", | |
"link": "http://example.com/1", | |
"created": "2016-09-15", | |
"priority": "HIGH", | |
"project": "API", | |
"reported_by": "[email protected]", | |
"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": "In Progress", | |
"ticket_type": "Bug", | |
"updated": "2016-09-28", | |
"actions": [ | |
{ | |
"type": "IFRAME", | |
"width": 890, | |
"height": 748, | |
"uri": "https://example.com/edit-iframe-contents", | |
"label": "Edit", | |
"associatedObjectProperties": [] | |
}, | |
{ | |
"type": "IFRAME", | |
"width": 890, | |
"height": 748, | |
"uri": "https://example.com/reassign-iframe-contents", | |
"label": "Reassign", | |
"associatedObjectProperties": [] | |
}, | |
{ | |
"type": "ACTION_HOOK", | |
"httpMethod": "PUT", | |
"associatedObjectProperties": [], | |
"uri": "https://example.com/tickets/245/resolve", | |
"label": "Resolve" | |
}, | |
{ | |
"type": "CONFIRMATION_ACTION_HOOK", | |
"confirmationMessage": "Are you sure you want to delete this ticket?", | |
"confirmButtonText": "Yes", | |
"cancelButtonText": "No", | |
"httpMethod": "DELETE", | |
"associatedObjectProperties": [ | |
"protected_account" | |
], | |
"uri": "https://example.com/tickets/245", | |
"label": "Delete" | |
} | |
], | |
}, | |
{ | |
"objectId": 988, | |
"title": "API-54: Question about bulk APIs", | |
"link": "http://example.com/2", | |
"created": "2016-08-04", | |
"priority": "HIGH", | |
"project": "API", | |
"reported_by": "[email protected]", | |
"description": "Customer is not able to find documentation about our bulk Contacts APIs.", | |
"reporter_type": "Support Rep", | |
"status": "Resolved", | |
"ticket_type": "Bug", | |
"updated": "2016-09-23", | |
"properties": [ | |
{ | |
"label": "Resolved by", | |
"dataType": "EMAIL", | |
"value": "[email protected]" | |
}, | |
{ | |
"label": "Resolution type", | |
"dataType": "STRING", | |
"value": "Referred to documentation" | |
}, | |
{ | |
"label": "Resolution impact", | |
"dataType": "CURRENCY", | |
"value": "94.34", | |
"currencyCode": "GBP" | |
} | |
], | |
"actions": [ | |
{ | |
"type": "IFRAME", | |
"width": 890, | |
"height": 748, | |
"uri": "https://example.com/edit-iframe-contents", | |
"label": "Edit" | |
}, | |
{ | |
"type": "CONFIRMATION_ACTION_HOOK", | |
"confirmationMessage": "Are you sure you want to delete this ticket?", | |
"confirmButtonText": "Yes", | |
"cancelButtonText": "No", | |
"httpMethod": "DELETE", | |
"associatedObjectProperties": [ | |
"protected_account" | |
], | |
"uri": "https://example.com/tickets/245", | |
"label": "Delete" | |
} | |
] | |
} | |
], | |
"settingsAction": { | |
"type": "IFRAME", | |
"width": 890, | |
"height": 748, | |
"uri": "https://example.com/settings-iframe-contents", | |
"label": "Settings" | |
}, | |
"primaryAction": { | |
"type": "IFRAME", | |
"width": 890, | |
"height": 748, | |
"uri": "https://example.com/create-iframe-contents", | |
"label": "Create Ticket" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment