NATS5 REST API Service GET timestamp
From TMM Wiki
Jump to navigationJump to search
GET /service/timestamp
Description
- Get the NATS timestamp, optionall for a given date
Resource URL
- http://domain/api/service/timestamp
- Replace domain with the nats domain
- GET
Response Format
- JSON
- HTTP headers
Parameters
Parameters can be sent as url encoded params
- datetime
- type: datetime (A date string to be parsed by php strtotime, or a unix timestamp integer)
- optional