{"id":17081,"date":"2025-06-30T08:31:36","date_gmt":"2025-06-30T05:31:36","guid":{"rendered":"https:\/\/www.fmsdocumentation.com\/api\/api-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%ba%d0%be%d0%be%d1%80%d0%b4%d0%b8%d0%bd%d0%b0%d1%82-%d0%be%d0%b1%d1%94%d0%ba%d1%82%d1%96%d0%b2\/"},"modified":"2026-03-24T16:51:46","modified_gmt":"2026-03-24T13:51:46","slug":"api-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%ba%d0%be%d0%be%d1%80%d0%b4%d0%b8%d0%bd%d0%b0%d1%82-%d0%be%d0%b1%d1%94%d0%ba%d1%82%d1%96%d0%b2","status":"publish","type":"page","link":"https:\/\/www.fmsdocumentation.com\/uk\/api\/api-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%ba%d0%be%d0%be%d1%80%d0%b4%d0%b8%d0%bd%d0%b0%d1%82-%d0%be%d0%b1%d1%94%d0%ba%d1%82%d1%96%d0%b2\/","title":{"rendered":"API \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442 \u043e\u0431&#8217;\u0454\u043a\u0442\u0456\u0432"},"content":{"rendered":"<p>Object Coordinates History API main purpose is to output clients\u2019 object historical data (coordinates). Object Coordinates History API has two endpoints, thus there are two types of requests. The first type of request is for one object and a specific date and time. Only data recorded at the specified date and time is shown.<\/p>\n<p>Request example for a specific date:<\/p>\n<p style=\"background-color: #000000; color: #bbbdc0; font-family: Lucida Console; padding-left: 10px; padding-right: 10px;\">GET \/objects\/{object_id}\/coordinates\/{datetime}\/?version=1&amp;api_key=&lt;..&gt; HTTP\/1.1<br \/>\nHOST:api.fm-track.com<br \/>\nContent-Type:application\/json;charset=UTF-8<\/p>\n<p>The request type requires three parameters (not counting the API_key) to be specified in order for the API request to work:<\/p>\n\n<table id=\"tablepress-5\" class=\"tablepress tablepress-id-5\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Parameter<\/th><th class=\"column-2\">Type<\/th><th class=\"column-3\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"row-2\">\n\t<td class=\"column-1\">object_id<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">External object ID<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">datetime<\/td><td class=\"column-2\">Date time<\/td><td class=\"column-3\">Requested record for the specified date and time. Date and time format example: \u201c2017-04-13T06:58:48.090Z\u201d in accordance to the ISO-8601 standard<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">version<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">Version of the API, currently only version=1 is available<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">api_key<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">User identification key<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-5 from cache -->\n<p style=\"background-color: #2e67b1; color: #ffffff; padding-left: 10px; padding-right: 10px;\"><p class=\"note\">Note<br \/>\nIt is recommended to use datetime parameter from the second endpoint of the Object Coordinates History API because the date time parameter is specified by the second, and the system does not search for data around the specified date.<\/p><\/p>\n<p>A response example is shown if all the parameters were included and the API_key is valid:<\/p>\n<div class=\"wp-block-codemirror-blocks-code-block code-block\">\n<pre class=\"CodeMirror cm-s-dracula\" data-setting=\"{&quot;mode&quot;:&quot;javascript&quot;,&quot;mime&quot;:&quot;application\/json&quot;,&quot;theme&quot;:&quot;dracula&quot;,&quot;lineNumbers&quot;:true,&quot;lineWrapping&quot;:false,&quot;readOnly&quot;:true}\">{\r\n    \"object_id\" : \"abc123\",\r\n    \"datetime\" : \"2017-04-13T06:58:48.090Z\",\r\n    \"ignition_status\" : \"UNKNOWN\",\r\n    \"position\" : {\r\n        \"altitude\" : 0,\r\n        \"direction\" : 0,\r\n        \"latitude\" : 0,\r\n        \"longitude\" : 0,\r\n        \"hdop\": 0,\r\n        \"satellites_count\" : 0,\r\n        \"speed\" : 0\r\n    },\r\n    \"device_inputs\" : {\r\n        \"digital_input_1\" : true,\r\n        \"digital_input_2\" : true,\r\n        \"digital_input_3\" : true,\r\n        \"digital_input_4\" : true,\r\n        \"power_supply_voltage\" : 0,\r\n        \"ibutton\" : \"xxxxxxxxxx\",\r\n        \"first_driver_id\" : \"xxxxxxxxxx\",\r\n        \"second_driver_id\" : \"xxxxxxxxxx\",\r\n         \"temperature_sensor_0\": 0,\r\n         \"temperature_sensor_1\": 0,\r\n         \"temperature_sensor_2\": 0,\r\n         \"temperature_sensor_3\": 0,\r\n         \"temperature_sensor_0_id\": \"xxxxxxxxxx\"\r\n    },\r\n    \"calculated_inputs\":{\r\n        \"mileage\" : 0\r\n    }\r\n}<\/pre>\n<\/div>\n<p>If a parameter or the API_key was inputted incorrectly, the system will respond with an error code, all possible error codes are described in the APIs section. Parameters are described at the end of this section.<\/p>\n<p>The second endpoint of the History API displays an array of\u00a0 history data for a defined period of time. Each set of data has a specified date and time, which can be used when sending the first type of History API request.<\/p>\n<p>Request example for a specific date period:<\/p>\n<p style=\"background-color: #000000; color: #bbbdc0; font-family: Lucida Console; padding-left: 10px; padding-right: 10px;\">GET \/objects\/{object_id}\/coordinates?version=1&amp;{fromDatetime,toDatetime,continuationToken,limit}&amp;api_key=&lt;..&gt; HTTP\/1.1<br \/>\nHOST:api.fm-track.com<br \/>\nContent-Type:application\/json;charset=UTF-8<\/p>\n<p>The request type requires three parameters (not counting the API_key) to be specified in order for the API request to work:<\/p>\n\n<table id=\"tablepress-6\" class=\"tablepress tablepress-id-6\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Parameter<\/th><th class=\"column-2\">Type<\/th><th class=\"column-3\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"row-2\">\n\t<td class=\"column-1\">objectId<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">External object ID<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">fromDatetime<\/td><td class=\"column-2\">Date time<\/td><td class=\"column-3\">Find records starting from the specified date and time.  Date and time format example: \u201c2017-04-13T06:58:48.090Z\u201d in accordance to the ISO-8601 standard<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">version<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">Version of API<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">api_key<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">User identification key<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">toDatetime<\/td><td class=\"column-2\">Date time<\/td><td class=\"column-3\">Find records up until the specified date and time. If it is not specified, the system will search for records up until the current date until the limit of records is reached. Date and time format example: \u201c2017-04-13T06:58:48.090Z\u201d in accordance to the ISO-8601 standard<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-6 from cache -->\n<p>Optional parameters that are not mandatory, but can be included in the request:<\/p>\n\n<table id=\"tablepress-7\" class=\"tablepress tablepress-id-7\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Parameter<\/th><th class=\"column-2\">Type<\/th><th class=\"column-3\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"row-2\">\n\t<td class=\"column-1\">continuationToken<\/td><td class=\"column-2\">Date time<\/td><td class=\"column-3\">Including a continuation token, will display the next set of records, after the previous limit of records was reached.   <\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">limit<\/td><td class=\"column-2\">Integer<\/td><td class=\"column-3\">Limits records to the set count in the system response (default value \u2013 100 records, maximum value \u2013 1000)<\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">api_key<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">User identification code<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-7 from cache -->\n<p>A response example is shown below:<\/p>\n<div class=\"wp-block-codemirror-blocks-code-block code-block\">\n<pre class=\"CodeMirror\" data-setting=\"{&quot;mode&quot;:&quot;javascript&quot;,&quot;mime&quot;:&quot;application\/json&quot;,&quot;theme&quot;:&quot;dracula&quot;,&quot;lineNumbers&quot;:true,&quot;lineWrapping&quot;:false,&quot;styleActiveLine&quot;:false,&quot;readOnly&quot;:true,&quot;align&quot;:&quot;&quot;}\">{\r\n  \"continuation_token\": \"2017-04-13T06:58:48.121Z\",\r\n  \"items\": [\r\n    {\r\n     \"object_id\" : \"abc123\",\r\n     \"datetime\" : \"2017-04-13T06:58:48.090Z\",\r\n     \"ignition_status\" : \"UNKNOWN\",\r\n     \"position\" : {\r\n         \"altitude\" : 0,\r\n         \"direction\" : 0,\r\n         \"latitude\" : 0,\r\n         \"longitude\" : 0,\r\n         \"hdop\": 0,\r\n         \"satellites_count\" : 0,\r\n         \"speed\" : 0\r\n     },\r\n     \"device_inputs\" : {\r\n         \"digital_input_1\" : true,\r\n         \"digital_input_2\" : true,\r\n         \"digital_input_3\" : true,\r\n         \"digital_input_4\" : true,\r\n         \"power_supply_voltage\" : 0,\r\n         \"ibutton\" : \"xxxxxxxxxx\",\r\n         \"first_driver_id\" : \"xxxxxxxxxx\",\r\n         \"second_driver_id\" : \"xxxxxxxxxx\",\r\n         \"temperature_sensor_0\": 0,\r\n         \"temperature_sensor_1\": 0,\r\n         \"temperature_sensor_2\": 0,\r\n         \"temperature_sensor_3\": 0,\r\n         \"temperature_sensor_0_id\": \"xxxxxxxxxx\"\r\n     },\r\n     \"calculated_inputs\":{\r\n         \"mileage\" : 0\r\n     }\r\n    }\r\n  ]\r\n}<\/pre>\n<\/div>\n<p>All response fields than can be received with every type of parameter are described in the next table:<\/p>\n\n<table id=\"tablepress-8\" class=\"tablepress tablepress-id-8\">\n<thead>\n<tr class=\"row-1\">\n\t<th class=\"column-1\">Name<\/th><th class=\"column-2\">Type<\/th><th class=\"column-3\">Description<\/th><th class=\"column-4\">Units<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr class=\"row-2\">\n\t<td class=\"column-1\">continuation_token<\/td><td class=\"column-2\"><\/td><td class=\"column-3\">Continuation token is received when requesting large amounts of records, for long periods, which exceeds the set records limit, the continuation token will be  displayed at the end of the response. It can be used afterwards to display the next set of records for the selected period. If no more records are available after the token, the response will return empty.<\/td><td class=\"column-4\">Datetime<\/td>\n<\/tr>\n<tr class=\"row-3\">\n\t<td class=\"column-1\">items<\/td><td class=\"column-2\">Array<\/td><td class=\"column-3\">Contains all parameters in accordance to the request<\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-4\">\n\t<td class=\"column-1\">object_id<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">Object identifier (external)<\/td><td class=\"column-4\">Text<\/td>\n<\/tr>\n<tr class=\"row-5\">\n\t<td class=\"column-1\">datetime<\/td><td class=\"column-2\">Date<\/td><td class=\"column-3\">Date and time point of coordinate generated in hardware<br \/>\nFormat: \"yyyy-mm-ddThh:mm:ss.sssZ\"<br \/>\n<\/td><td class=\"column-4\">According ISO-8601<\/td>\n<\/tr>\n<tr class=\"row-6\">\n\t<td class=\"column-1\">ignition_status<\/td><td class=\"column-2\">Enum<\/td><td class=\"column-3\">Indicating if object has ignition on.<br \/>\n\"ON\" - Ignition on <br \/>\n\"OFF\" - Ignition off<br \/>\n\"UNKNOWN\" - No data about ignition<br \/>\n<\/td><td class=\"column-4\">ON- OFF <\/td>\n<\/tr>\n<tr class=\"row-7\">\n\t<td class=\"column-1\">position<\/td><td class=\"column-2\">Array<\/td><td class=\"column-3\">Contains all record GPS parameters<\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-8\">\n\t<td class=\"column-1\">latitude<\/td><td class=\"column-2\">Float<\/td><td class=\"column-3\">GPS coordinate - latitude value<\/td><td class=\"column-4\">Degrees<\/td>\n<\/tr>\n<tr class=\"row-9\">\n\t<td class=\"column-1\">longitude<\/td><td class=\"column-2\">Float<\/td><td class=\"column-3\">GPS coordinate - longitude value<\/td><td class=\"column-4\">Degrees<\/td>\n<\/tr>\n<tr class=\"row-10\">\n\t<td class=\"column-1\">altitude<\/td><td class=\"column-2\">Integer<\/td><td class=\"column-3\">GPS coordinate - altitude value<\/td><td class=\"column-4\">Number<\/td>\n<\/tr>\n<tr class=\"row-11\">\n\t<td class=\"column-1\">direction<\/td><td class=\"column-2\">Integer<\/td><td class=\"column-3\">Moving direction in degrees<\/td><td class=\"column-4\">0 = north, increasing clock-wise<\/td>\n<\/tr>\n<tr class=\"row-12\">\n\t<td class=\"column-1\">speed<\/td><td class=\"column-2\">Integer<\/td><td class=\"column-3\">Object moving speed<\/td><td class=\"column-4\">km\/h<\/td>\n<\/tr>\n<tr class=\"row-13\">\n\t<td class=\"column-1\">satellites_count<\/td><td class=\"column-2\">Integer<\/td><td class=\"column-3\">Number of visible GPS or GLONASS satellites(depends on device configuration) while generating record in device<\/td><td class=\"column-4\">Number<\/td>\n<\/tr>\n<tr class=\"row-14\">\n\t<td class=\"column-1\">device_inputs<\/td><td class=\"column-2\">Array<\/td><td class=\"column-3\">Container for parameters received from hardware<\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-15\">\n\t<td class=\"column-1\">power_supply_voltage<\/td><td class=\"column-2\">Integer<\/td><td class=\"column-3\">Object power supply voltage<\/td><td class=\"column-4\">mV<\/td>\n<\/tr>\n<tr class=\"row-16\">\n\t<td class=\"column-1\">ibutton<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">iButton or RFID card code of a driver assigned to a vehicle<\/td><td class=\"column-4\">Text<\/td>\n<\/tr>\n<tr class=\"row-17\">\n\t<td class=\"column-1\">hdop<\/td><td class=\"column-2\">Float<\/td><td class=\"column-3\">GPS coordinate precision<\/td><td class=\"column-4\">Number<\/td>\n<\/tr>\n<tr class=\"row-18\">\n\t<td class=\"column-1\">first_driver_id<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">TCO code of the first driver<\/td><td class=\"column-4\">Text<\/td>\n<\/tr>\n<tr class=\"row-19\">\n\t<td class=\"column-1\">second_driver_id<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">TCO code of the second driver<\/td><td class=\"column-4\">Text<\/td>\n<\/tr>\n<tr class=\"row-20\">\n\t<td class=\"column-1\">digital_input_1<\/td><td class=\"column-2\">Boolean<\/td><td class=\"column-3\">Configurated object or its equipment status<br \/>\ntrue - status = active <br \/>\nfalse - status = inactive<br \/>\n<\/td><td class=\"column-4\">True - False<\/td>\n<\/tr>\n<tr class=\"row-21\">\n\t<td class=\"column-1\">digital_input_2<\/td><td class=\"column-2\">Boolean<\/td><td class=\"column-3\">Configured object or its equipment status<br \/>\ntrue - status = active <br \/>\nfalse - status = inactive<br \/>\n<\/td><td class=\"column-4\">True - False<\/td>\n<\/tr>\n<tr class=\"row-22\">\n\t<td class=\"column-1\">digital_input_3<\/td><td class=\"column-2\">Boolean<\/td><td class=\"column-3\">Configured object or its equipment status<br \/>\ntrue - status = active <br \/>\nfalse - status = inactive<br \/>\n<\/td><td class=\"column-4\">True - False<\/td>\n<\/tr>\n<tr class=\"row-23\">\n\t<td class=\"column-1\">digital_input_4<\/td><td class=\"column-2\">Boolean<\/td><td class=\"column-3\">Configured object or its equipment status<br \/>\ntrue - status = active <br \/>\nfalse - status = inactive<br \/>\n<\/td><td class=\"column-4\">True - False<\/td>\n<\/tr>\n<tr class=\"row-24\">\n\t<td class=\"column-1\">temperature_sensor_0<\/td><td class=\"column-2\">Float<\/td><td class=\"column-3\">Temperature sensor data<\/td><td class=\"column-4\">\u00b0C<\/td>\n<\/tr>\n<tr class=\"row-25\">\n\t<td class=\"column-1\">temperature_sensor_1<\/td><td class=\"column-2\">Float<\/td><td class=\"column-3\">Temperature sensor data<\/td><td class=\"column-4\">\u00b0C<\/td>\n<\/tr>\n<tr class=\"row-26\">\n\t<td class=\"column-1\">temperature_sensor_2<\/td><td class=\"column-2\">Float<\/td><td class=\"column-3\">Temperature sensor data<\/td><td class=\"column-4\">\u00b0C<\/td>\n<\/tr>\n<tr class=\"row-27\">\n\t<td class=\"column-1\">temperature_sensor_3<\/td><td class=\"column-2\">Float<\/td><td class=\"column-3\">Temperature sensor data<\/td><td class=\"column-4\">\u00b0C<\/td>\n<\/tr>\n<tr class=\"row-28\">\n\t<td class=\"column-1\">temperature_sensor_0_id<\/td><td class=\"column-2\">String<\/td><td class=\"column-3\">Temperature sensor ID<\/td><td class=\"column-4\">Text<\/td>\n<\/tr>\n<tr class=\"row-29\">\n\t<td class=\"column-1\">calculated_inputs<\/td><td class=\"column-2\">Array<\/td><td class=\"column-3\">Container for parameters calculated in system from other parameters according to the configuration<\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-30\">\n\t<td class=\"column-1\">mileage<\/td><td class=\"column-2\">Float<\/td><td class=\"column-3\">Object driven distance (depends on object configuration)<\/td><td class=\"column-4\">km<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-8 from cache -->\n<p>API endpoints, request parameters and responses can be previewed in \u201cSwagger\u201d through this link : <a href=\"https:\/\/api.fm-track.com\/swagger-ui.html\">https:\/\/api.fm-track.com<\/a><\/p>\n<hr \/>\n<p><div class=\"alignleft\"><a href=\"https:\/\/www.fmsdocumentation.com\/uk\/api\/\" title=\"API\"><span class=\"arrow\">\u2039 &nbsp <\/span> API <\/a><\/div> <div class=\"alignright\"><a href=\"https:\/\/www.fmsdocumentation.com\/uk\/api\/api-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%ba%d0%be%d0%be%d1%80%d0%b4%d0%b8%d0%bd%d0%b0%d1%82-%d0%be%d0%b1%d1%94%d0%ba%d1%82%d1%96%d0%b2-v3\/\" title=\"API \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442 \u043e\u0431&#8217;\u0454\u043a\u0442\u0456\u0432 v3\">API \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442 \u043e\u0431&#8217;\u0454\u043a\u0442\u0456\u0432 v3 <span class=\"arrow\"> &nbsp\u203a <\/span> <\/a><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Object Coordinates History API main purpose is to output clients\u2019 object historical data (coordinates). Object Coordinates History API has two endpoints, thus there are two types of requests. The first type of request is for one object and a specific date and time. Only data recorded at the specified date and time is shown. Request &hellip; <a href=\"https:\/\/www.fmsdocumentation.com\/uk\/api\/api-%d1%96%d1%81%d1%82%d0%be%d1%80%d1%96%d1%97-%d0%ba%d0%be%d0%be%d1%80%d0%b4%d0%b8%d0%bd%d0%b0%d1%82-%d0%be%d0%b1%d1%94%d0%ba%d1%82%d1%96%d0%b2\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">API \u0456\u0441\u0442\u043e\u0440\u0456\u0457 \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442 \u043e\u0431&#8217;\u0454\u043a\u0442\u0456\u0432<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16492,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-17081","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/pages\/17081","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/comments?post=17081"}],"version-history":[{"count":6,"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/pages\/17081\/revisions"}],"predecessor-version":[{"id":17832,"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/pages\/17081\/revisions\/17832"}],"up":[{"embeddable":true,"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/pages\/16492"}],"wp:attachment":[{"href":"https:\/\/www.fmsdocumentation.com\/uk\/wp-json\/wp\/v2\/media?parent=17081"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}