Hypermedia

The Decisiv API attempts to take advantage of hypermedia to relate resources and provide a path of traversal between them.

List resource entry points

GET /

This resource provides a hypermedia entry point to the API’s primary resources.

Response

<?xml version="1.0" encoding="UTF-8"?>
<index xmlns="http://www.decisiv.net/platform_api/0.1/Case/Root"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <assetsURL>https://api.decisiv.net/platform_api/assets</assetsURL>
  <casesURL>https://api.decisiv.net/platform_api/cases</casesURL>
  <customersURL>https://api.decisiv.net/platform_api/customers</customersURL>
  <estimatesURL>https://api.decisiv.net/platform_api/estimates</estimatesURL>
  <profileURL>https://api.decisiv.net/platform_api/profile</profileURL>
  <serviceLocationsURL>https://api.decisiv.net/platform_api/service_locations</service_locations>
</index>
Sections