{
	"info": {
		"_postman_id": "f452e10d-3726-4b5d-a377-dc95d22ed4ca",
		"name": "MADE Doc",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "30919497",
		"_collection_link": "https://dicecorp.postman.co/workspace/Team-Workspace~d6f44c24-0f95-42ce-8057-cc3ad97ab0f2/collection/17875309-f452e10d-3726-4b5d-a377-dc95d22ed4ca?action=share&source=collection_link&creator=30919497"
	},
	"item": [
		{
			"name": "Viewing Table Data",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text",
						"disabled": true
					}
				],
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=dice&*view=alsubscr&*limit=10",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "dice"
						},
						{
							"key": "*view",
							"value": "alsubscr"
						},
						{
							"key": "*limit",
							"value": "10"
						}
					]
				},
				"description": "made sample"
			},
			"response": []
		},
		{
			"name": "List table details",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"protocolProfileBehavior": {
				"disableBodyPruning": true
			},
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "urlencoded",
					"urlencoded": [
						{
							"key": "account_number",
							"value": "",
							"type": "text",
							"disabled": true
						},
						{
							"key": "company_name",
							"value": "",
							"type": "text",
							"disabled": true
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/dice/*view/alsubscr/*list/all",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"dice",
						"*view",
						"alsubscr",
						"*list",
						"all"
					]
				},
				"description": "made sample"
			},
			"response": []
		},
		{
			"name": "XMHISTMG",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMHISTMG",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Add History Message",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "X-DICE-POSTMAN",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMHISTMG",
									"type": "text"
								},
								{
									"key": "OPTION",
									"value": "NEWMESSAGE",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number",
									"type": "text"
								},
								{
									"key": "MESSAGE",
									"value": "",
									"description": "Message text that will be written to history.",
									"type": "text"
								},
								{
									"key": "DESCRIPTION",
									"value": "",
									"description": "Optional, description of the message.",
									"type": "text"
								},
								{
									"key": "MESGDATE",
									"value": "",
									"description": "Optional MM/DD/YYYY",
									"type": "text"
								},
								{
									"key": "MESGTIME",
									"value": "",
									"description": "Optional HHMM",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Get canned messages",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMHISTMG",
									"type": "text"
								},
								{
									"key": "OPTION",
									"value": "GETMESSAGES",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": "json",
					"header": [
						{
							"key": "Content-Type",
							"value": "application/json",
							"name": "Content-Type",
							"description": "",
							"type": "text"
						}
					],
					"cookie": [],
					"body": "{\n    \"ALMESSGS\": [\n        {\n            \"MESSAGE\": \"MESSAGE CODE DEFINITION EXAMPLE \"\n        },\n        {\n            \"MESSAGE\": \"CUSTOMER CALLED GAVE CODE FALSE\\n\"\n        },\n        {\n            \"MESSAGE\": \"DISABLED ACCOUNT \"\n        },\n        {\n            \"MESSAGE\": \"FALSE ALARM VERIFIED BY CUSTOMER \"\n        },\n        {\n            \"MESSAGE\": \"TEST MESSAGE DESCRIPTION\\n\"\n        },\n        {\n            \"MESSAGE\": \"?? \"\n        },\n        {\n            \"MESSAGE\": \"New code \"\n        },\n        {\n            \"MESSAGE\": \"THIS \"\n        },\n        {\n            \"MESSAGE\": \"somethign \"\n        }\n    ]\n}"
				}
			]
		},
		{
			"name": "XMCOLOR",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMCOLORS",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "List Colors",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMCOLORS",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMGPSMNG",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript",
						"packages": {}
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMGPSMNG",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Add Device",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMGPSMNG",
									"type": "text"
								},
								{
									"key": "OPTION",
									"value": "ADD",
									"type": "text"
								},
								{
									"key": "ACCOUNT_NUMBER",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "GPS_KEY",
									"value": "",
									"description": "The manufacturer provided unique identifier for the GPS unit.",
									"type": "text"
								},
								{
									"key": "MIN_PHONE",
									"value": "",
									"description": "The phone number that can be dialed to reach the device",
									"type": "text"
								},
								{
									"key": "MIN_PHONE_F",
									"value": "!",
									"description": "Optional, the masking that should be applied to the device phone number.",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Edit Device",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMGPSMNG",
									"type": "text"
								},
								{
									"key": "OPTION",
									"value": "EDIT",
									"type": "text"
								},
								{
									"key": "ACCOUNT_NUMBER",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "GPS_KEY",
									"value": "",
									"description": "The manufacturer provided unique identifier for the GPS unit",
									"type": "text"
								},
								{
									"key": "MIN_PHONE",
									"value": "",
									"description": "The phone number that can be dialed to reach the device.",
									"type": "text"
								},
								{
									"key": "MIN_PHONE_F",
									"value": "!",
									"description": "Optional, the masking that should be applied to the device phone number.",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Delete Device",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMGPSMNG",
									"type": "text"
								},
								{
									"key": "OPTION",
									"value": "DELETE",
									"type": "text"
								},
								{
									"key": "ACCOUNT_NUMBER",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "GPS_KEY",
									"value": "",
									"description": "The manufacturer provided unique identifier for the GPS unit. ",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Get Formats",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMGPSMNG",
									"type": "text"
								},
								{
									"key": "OPTION",
									"value": "PHONE_FORMATS",
									"type": "text"
								},
								{
									"key": "ACCOUNT_NUMBER",
									"value": "",
									"description": "The subscriber account number. ",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMHIST",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMHIST",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Search account history with all options",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMHIST",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "STARTDATE",
									"value": "",
									"description": "YYYYMMDD Earliest history record to retrieve",
									"type": "text"
								},
								{
									"key": "STARTTIME",
									"value": "",
									"description": "Optional, HHMI hour and minute of start date, defaults 0000",
									"type": "text"
								},
								{
									"key": "STOPDATE",
									"value": "",
									"description": "YYYYMMDD Latest history record to retrieve",
									"type": "text"
								},
								{
									"key": "STOPTIME",
									"value": "",
									"description": "Optional HHMI hour and minute of end date, defaults to 2359",
									"type": "text"
								},
								{
									"key": "HOURS",
									"value": "",
									"description": "Optional number of hours of history to retrieve if STARTDATE and STOPDATE are not sent",
									"type": "text"
								},
								{
									"key": "SEARCHTYPE",
									"value": "",
									"description": "Optional, OPR or STORE. If OPR add operator handling details to output.  If STORE, ACCOUNT is treated as store number instead of account number",
									"type": "text"
								},
								{
									"key": "SERVICEONLY",
									"value": "",
									"description": "Optional Y/N, if only history events related to the service system should be returned",
									"type": "text"
								},
								{
									"key": "LIMITHIST",
									"value": "500",
									"description": "Optional return no more than this many history records starting with the newest",
									"type": "text"
								},
								{
									"key": "NOMULTIPLES",
									"value": "",
									"description": "Optional Y/N, ignore MESSAG and SYS events, and events with no resolution",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Get account history for January 01 to January 02",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMHIST",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "STARTDATE",
									"value": "20240101",
									"description": "YYYYMMDD Earliest history record to retrieve.",
									"type": "text"
								},
								{
									"key": "STOPDATE",
									"value": "20240102",
									"description": "YYYYMMDD Latest history record to retrieve",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Get account history for the last hour",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMHIST",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number. ",
									"type": "text"
								},
								{
									"key": "HOURS",
									"value": "1",
									"description": "Number of hours of history to retrieve",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Get account history 10 most recent events in the last hour",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMHIST",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "HOURS",
									"value": "1",
									"description": "Number of hours of history to retrieve",
									"type": "text"
								},
								{
									"key": "LIMITHIST",
									"value": "10",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Get account service events for the last hour",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMHIST",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "HOURS",
									"value": "1",
									"description": "Number of hours of history to retrieve",
									"type": "text"
								},
								{
									"key": "SERVICEONLY",
									"value": "Y",
									"description": "Determines if only history events related to the service system should be returned.",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMGENSIG",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMHISTMG",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Create Alarm Simple Signal",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "X-DICE-POSTMAN",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "kevin",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMGENSIG",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number. ",
									"type": "text"
								},
								{
									"key": "FORMAT",
									"value": "CNTID",
									"description": "Signal CODE format: CNTID, DMP, SEIA or SIA",
									"type": "text"
								},
								{
									"key": "CODE",
									"value": "E130",
									"description": "Up to 5 char alarm code appropriate for selected FORMAT",
									"type": "text"
								},
								{
									"key": "ZONE",
									"value": "1",
									"description": "Optional up to 6 char panel zone code",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://global-rest.ci.matrixmcloud.com/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"protocol": "https",
							"host": [
								"global-rest",
								"ci",
								"matrixmcloud",
								"com"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Create Alarm Signal all options",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMGENSIG",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "FORMAT",
									"value": "CNTID",
									"description": "Signal CODE format: CNTID, DMP, SEIA or SIA",
									"type": "text"
								},
								{
									"key": "CODE",
									"value": "E130",
									"description": "Up to 5 char alarm code appropriate for selected FORMAT",
									"type": "text"
								},
								{
									"key": "ZONE",
									"value": "",
									"description": "Optional up to 6 char panel zone code",
									"type": "text"
								},
								{
									"key": "AREA",
									"value": "",
									"description": "Optional up to 3 char panel area code ",
									"type": "text"
								},
								{
									"key": "USER",
									"value": "",
									"description": "Optional up to 3 char panel user code",
									"type": "text"
								},
								{
									"key": "SIGNAL_TIME",
									"value": "",
									"description": "Optional YYYYMMDDHHMISS override for signal received time",
									"type": "text"
								},
								{
									"key": "MESSAGE",
									"value": "",
									"description": "Optional additional text to add to alarm signal",
									"type": "text"
								},
								{
									"key": "IS_MANUAL",
									"value": "",
									"description": "Optional Y for if the signal should indicate it was manually generated by a human",
									"type": "text"
								},
								{
									"key": "PANEL_PHONE",
									"value": "",
									"description": "Optional phone number to dial back when processing the alarm, signal is treated like a 2 way panel",
									"type": "text"
								},
								{
									"key": "GPS_URL",
									"value": "",
									"description": "Optional URL containing extra information such as a GPS map of the signal location",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Create 2 way Signal",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMGENSIG",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "FORMAT",
									"value": "CNTID",
									"description": "Signal CODE format: CNTID, DMP, SEIA or SIA",
									"type": "text"
								},
								{
									"key": "CODE",
									"value": "E130",
									"description": "Up to 5 char alarm code appropriate for selected FORMAT",
									"type": "text"
								},
								{
									"key": "ZONE",
									"value": "",
									"description": "Optional up to 6 char panel zone code",
									"type": "text"
								},
								{
									"key": "PANEL_PHONE",
									"value": "",
									"description": "Optional phone number to dial back when processing the alarm, signal is treated like a 2 way panel",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Create signal with external information",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMGENSIG",
									"type": "text"
								},
								{
									"key": "ACCOUNT",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "FORMAT",
									"value": "CNTID",
									"description": "Signal CODE format: CNTID, DMP, SEIA or SIA",
									"type": "text"
								},
								{
									"key": "CODE",
									"value": "E130",
									"description": "Up to 5 char alarm code appropriate for selected FORMAT",
									"type": "text"
								},
								{
									"key": "ZONE",
									"value": "",
									"description": "Optional up to 6 char panel zone code",
									"type": "text"
								},
								{
									"key": "MESSAGE",
									"value": "",
									"description": "Optional additional text to add to alarm signal",
									"type": "text"
								},
								{
									"key": "GPS_URL",
									"value": "",
									"description": "Optional URL containing extra information such as a GPS map of the signal location",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMAHISTV",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMHISTMG",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Get history event details",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMAHISTV",
									"type": "text"
								},
								{
									"key": "ACCOUNT_NUMBER",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								},
								{
									"key": "HISTORY_EVENT_NTD",
									"value": "",
									"description": "NTD of requested history event",
									"type": "text"
								},
								{
									"key": "INCIDENT_NUMBER",
									"value": "",
									"description": "Incident number of requested history event",
									"type": "text"
								},
								{
									"key": "ZONE_TYPE",
									"value": "",
									"description": "Optional AUDIT or QUECHG, show data entry audits or queued changes if selected",
									"type": "text"
								},
								{
									"key": "MORE_DETAILS",
									"value": "",
									"description": "Optional Y/N, show additional history detail before and after the specified event as context",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMAPEND",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMAPEND",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Get pending alarms",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMAPEND",
									"type": "text"
								},
								{
									"key": "FIXED_HISTORY_TAG",
									"value": "Y",
									"description": "Optional, set to Y to standardize HISTORY-EVENT-NTD output to HISTORY_EVENT_NTD",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				},
				{
					"name": "Get pending alarms outside monitoring",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMAPEND",
									"type": "text"
								},
								{
									"key": "FIXED_HISTORY_TAG",
									"value": "Y",
									"description": "Optional, set to Y to standardize HISTORY-EVENT-NTD output to HISTORY_EVENT_NTD",
									"type": "text"
								},
								{
									"key": "SOURCE",
									"value": "DATAENTRY",
									"description": "Optional, set to DATAENTRY to view pending alarms if the caller is not currently an operator logged in to Matrix monitoring",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMAHOLD",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMAHOLD",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Get alarms on hold",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMAHOLD",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMPANEL",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMPANEL",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Get information about account's panel",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "X-DICE-POSTMAN",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "kevin",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMPANEL",
									"type": "text"
								},
								{
									"key": "ACCOUNT_NUMBER",
									"value": "",
									"description": "The subscriber account number.",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "https://global-rest.ci.matrixmcloud.com/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"protocol": "https",
							"host": [
								"global-rest",
								"ci",
								"matrixmcloud",
								"com"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMADOWST",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMAHOLD",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Get list of down processes (banners)",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMADOWST",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		},
		{
			"name": "XMHRTBT",
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"exec": [
							""
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "POST",
				"header": [
					{
						"key": "X-DICE-APPKEY",
						"value": "{{X-DICE-APPKEY}}",
						"type": "text"
					},
					{
						"key": "X-DICE-USERNAME",
						"value": "{{X-DICE-USERNAME}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DATE",
						"value": "{{X-DICE-DATE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-NONCE",
						"value": "{{X-DICE-NONCE}}",
						"type": "text"
					},
					{
						"key": "X-DICE-DIGEST",
						"value": "{{X-DICE-DIGEST}}",
						"type": "text"
					},
					{
						"key": "Accept",
						"value": "application/json",
						"type": "text"
					}
				],
				"body": {
					"mode": "formdata",
					"formdata": [
						{
							"key": "*setMethod",
							"value": "XMAHOLD",
							"type": "text"
						}
					]
				},
				"url": {
					"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
					"host": [
						"{{baseurl}}"
					],
					"path": [
						"rest",
						"rest.php"
					],
					"query": [
						{
							"key": "dataSource",
							"value": "methods"
						},
						{
							"key": "*view",
							"value": "xmsubmit"
						}
					]
				},
				"description": "made sample"
			},
			"response": [
				{
					"name": "Send a heartbeat for an application",
					"originalRequest": {
						"method": "POST",
						"header": [
							{
								"key": "X-DICE-APPKEY",
								"value": "{{X-DICE-APPKEY}}",
								"type": "text"
							},
							{
								"key": "X-DICE-USERNAME",
								"value": "{{X-DICE-USERNAME}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DATE",
								"value": "{{X-DICE-DATE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-NONCE",
								"value": "{{X-DICE-NONCE}}",
								"type": "text"
							},
							{
								"key": "X-DICE-DIGEST",
								"value": "{{X-DICE-DIGEST}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "*setMethod",
									"value": "XMHRTBT",
									"type": "text"
								},
								{
									"key": "HB_KEY",
									"value": "Ab1",
									"description": "3 character identifier provided by central station for your application",
									"type": "text"
								},
								{
									"key": "SECONDS_TIL_BANNER",
									"value": "",
									"description": "Optional defaults to 60, number of seconds until you must call this again to indicate your service is healthy",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{baseurl}}/rest/rest.php?dataSource=methods&*view=xmsubmit",
							"host": [
								"{{baseurl}}"
							],
							"path": [
								"rest",
								"rest.php"
							],
							"query": [
								{
									"key": "dataSource",
									"value": "methods"
								},
								{
									"key": "*view",
									"value": "xmsubmit"
								}
							]
						}
					},
					"_postman_previewlanguage": null,
					"header": null,
					"cookie": [],
					"body": null
				}
			]
		}
	],
	"auth": {
		"type": "inherit"
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					"var moment = require(\"moment\");",
					"var rdate = moment().format(\"DDMMYYYYHHmmss\");",
					"pm.environment.set(\"X-DICE-DATE\", rdate);",
					"var rnonce = (Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15)).substr(0,20);",
					"pm.environment.set(\"X-DICE-NONCE\", rnonce);",
					"var hashstr = pm.environment.get(\"X-DICE-APPKEY\") + ",
					"    pm.environment.get(\"X-DICE-USERNAME\") + ",
					"    rdate + ",
					"    rnonce + ",
					"    pm.environment.get(\"X-DICE-PASSWORD\") + ",
					"    \"\\n\";",
					"var hashed = CryptoJS.SHA1(hashstr).toString();",
					"pm.environment.set(\"X-DICE-DIGEST\", hashed);"
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}