Difference between revisions of "Category:JSON API Methods"
Markkinchin (talk | contribs) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:API_V1_deprecated]] |
== Authenticating == | == Authenticating == | ||
Line 5: | Line 5: | ||
The JSON methods need to supply the account API key (apiKey) set at the menu "Settings > Account" | The JSON methods need to supply the account API key (apiKey) set at the menu "Settings > Account" | ||
− | + | JSON methods also need to supply the property key (propKey) set at the menu "Settings > Properties > Access" | |
Operations involving a specific room will need to specify the roomId number. | Operations involving a specific room will need to specify the roomId number. | ||
== Function == | == Function == | ||
+ | The data to be sent should be in JSON format, it should be POST'ed to the end point URL. The returned data will also be in JSON format. | ||
− | + | Booking data can be imported up to five years back. | |
== Sample data == | == Sample data == | ||
− | Sample json data is available for each method. | + | Sample json data is available at the endpoint for each method when you open it in a browser. |
To make testing easy you can paste your JSON data into the textarea at each end point URL and click submit. | To make testing easy you can paste your JSON data into the textarea at each end point URL and click submit. |
Latest revision as of 10:54, 29 October 2024
1 Authenticating
The JSON methods need to supply the account API key (apiKey) set at the menu "Settings > Account"
JSON methods also need to supply the property key (propKey) set at the menu "Settings > Properties > Access"
Operations involving a specific room will need to specify the roomId number.
2 Function
The data to be sent should be in JSON format, it should be POST'ed to the end point URL. The returned data will also be in JSON format.
Booking data can be imported up to five years back.
3 Sample data
Sample json data is available at the endpoint for each method when you open it in a browser.
To make testing easy you can paste your JSON data into the textarea at each end point URL and click submit.
Keywords: API JSON
Pages in category "JSON API Methods"
The following 8 pages are in this category, out of 8 total. download this selection of articles as a PDF book