<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Introduction on</title><link>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/</link><description>Recent content in Introduction on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Oct 2020 08:48:23 +0000</lastBuildDate><atom:link href="https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/index.xml" rel="self" type="application/rss+xml"/><item><title>API Overview</title><link>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/api-overview/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/api-overview/</guid><description>The MADE API is organized around REST. Our API allows you to view and manage your Matrix/Core data. The purpose of this overview is to introduce the reader to the API and its use cases. If you&amp;rsquo;re familiar with APIs and want to get started right away, see our Get Started guide.
Audience # This documentation is intended for developers and individuals who understand how to make REST API calls. It is assumed you are familiar with making HTTP web requests in your preferred programming language.</description></item><item><title>Postman Tutorial</title><link>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/postman-tutorial/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/postman-tutorial/</guid><description>This documentation is intended for individuals unfamiliar with using Postman to call REST APIs. While intended for beginner audiences, it is recommended you reference Postman&amp;rsquo;s formal documentation for answers to questions regarding their UI. If you are comfortable with calling DICE&amp;rsquo;s REST API, see the Get Started documentation for information on authentication.
Setting up Postman # Postman is an API platform used to build and use APIs. We recommend using Postman because it&amp;rsquo;s easy to use and we provide a MADE collection to help you get started.</description></item><item><title>Get Started</title><link>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/api-get-started-doc/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/api-get-started-doc/</guid><description>This documentation will walk you through authentication and making your first API call. We will call the View Banners (XMADOWST) endpoint within this documentation.
Audience # This documentation is intended for users who understand how to make REST API calls. It is assumed you are familiar with making HTTP web requests in your preferred programming language. If you&amp;rsquo;re unfamiliar with this process and would like to use Postman instead, see the Postman Tutorial.</description></item><item><title>Subscriber Record Reference</title><link>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/subscriber-record-reference/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/subscriber-record-reference/</guid><description>This documentation defines the subscriber record (ALSUBSCR) fields obtained when viewing subscriber information using the API. This record includes basic subscriber information and alarm handling protocols.
Example response # The following is an example of the ALSUBSCR response. The majority of the information displayed here exists within Data Entry on the subscriber.
&amp;quot;ALSUBSCR&amp;quot;: { &amp;quot;ACCOUNT_NUMBER&amp;quot;: &amp;quot;00TEST&amp;quot;, &amp;quot;COMPANY_NAME&amp;quot;: &amp;quot;DICE Test Account&amp;quot;, &amp;quot;SORT_BY_NAME&amp;quot;: &amp;quot;test acct&amp;quot;, &amp;quot;STREET_NO&amp;quot;: &amp;quot;5555&amp;quot;, &amp;quot;STREET_NAME1&amp;quot;: &amp;quot;N&amp;quot;, &amp;quot;STREET_NAME2&amp;quot;: &amp;quot;Willow Avenue&amp;quot;, &amp;quot;ADDTL_ADDRESS&amp;quot;: &amp;quot;Apt 231&amp;quot;, &amp;quot;CITY&amp;quot;: &amp;quot;ALLENDALE&amp;quot;, &amp;quot;STATE&amp;quot;: &amp;quot;MI&amp;quot;, &amp;quot;COUNTRY&amp;quot;: &amp;quot;USA&amp;quot;, &amp;quot;ZIPCODE&amp;quot;: &amp;quot;49401&amp;quot;, &amp;quot;IDENTIFIER_1&amp;quot;: &amp;quot;TEST-1&amp;quot;, &amp;quot;IDENTIFIER_2&amp;quot;: &amp;quot;TEST-2&amp;quot;, &amp;quot;IDENTIFIER_3&amp;quot;: &amp;quot;TEST-3&amp;quot;, &amp;quot;CROSS_STREET&amp;quot;: &amp;quot;West Hemlock&amp;quot;, &amp;quot;MISC_INFO_1&amp;quot;: &amp;quot;Martin is filling in for Sarah&amp;quot;, &amp;quot;MISC_INFO_2&amp;quot;: &amp;quot;Additional information on the subscriber&amp;quot;, &amp;quot;ANY_SIG_TEST&amp;quot;: &amp;quot;Z&amp;quot;, &amp;quot;LAST_SIG_TYPE&amp;quot;: &amp;quot;BURG&amp;quot;, &amp;quot;LAST_SIG_WHEN&amp;quot;: &amp;quot;739504.</description></item><item><title>Supplemental Information</title><link>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/api-misc-info/</link><pubDate>Tue, 13 Oct 2020 15:21:01 +0200</pubDate><guid>https://api.doc.securemcloud.com/api-doc/made-api/api-get-started/api-misc-info/</guid><description>Date format # NTD is a timestamp format used by DICE. NTD dates are used when defining time frames within endpoint calls. This section will instruct users on how to convert UNIX timestamps to NTD (and vice versa) when necessary.
The following equations will be used when converting time:
Convert UNIX to NTD # \[n = \frac{( u + z )}{86400} + 719165\] Convert NTD to UNIX # \[u = 86400(n - 719165) - z\] where:</description></item></channel></rss>