Also see
Building.
Supported Formats
json, xml
Errors
Code |
Description |
401 |
Unauthorized - ensure token is being passed with each service call. |
404 |
Unsupported operation |
500 |
Unspecified error on server. |
Examples
{"id":1,"display_name":"Editing","created_at":"2022-05-16T15:13:30.333Z","updated_at":"2022-05-16T15:13:30.333Z"}
<?xml version="1.0" encoding="UTF-8"?>
<status-type>
<id type="integer">1</id>
<display-name>Editing</display-name>
<created-at type="dateTime">2022-05-16T15:13:30Z</created-at>
<updated-at type="dateTime">2022-05-16T15:13:30Z</updated-at>
</status-type>