Skip to main content
Skip table of contents

Get Format Settings

Overview

GET /rest/formatSettings

This endpoint is used to retrieve current format settings.

Required Permissions

  • Users can retrieve current format settings.

Request

CODE
GET <service_url>/rest/formatSettings

Example Requests

CODE
GET https://tis.obss.io/rest/formatSettings

Response

Response Structure

CODE
{
  "dateFormat": String, // The format used for displaying dates
  "dateTimeFormat": String // The format used for displaying date and time
}

Example Response Body

JSON
{
  "dateFormat": "dd/MM/yyyy",
  "dateTimeFormat": "dd/MM/yyyy HH:mm:ss"
}

Response Codes

  • 200 OK: Indicates that the format settings are retrieved successfully.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.