Skip to main content
Version: 2.2.3

TIMESTAMP

This method allows inserting timestamps through a REST API.

POST /apigateway/se/rest/v1/administration/timestamp

Request example:

Request body parameterTypeRequiredDescription
idTimestampStringNoID #
dsUrlStringYesUrl

Request example:

{
"idTimestamp": "string",
"dsUrl": "string"
}

Response example:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}