Title-Wide Data Management - Get Time
Retrieves the current server time
POST https://titleId.playfabapi.com/Server/GetTime
Request Header
Name | Required | Type | Description |
---|---|---|---|
X-SecretKey | True |
|
This API requires a title secret key, available to title admins, from PlayFab Game Manager. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Time is always returned as Coordinated Universal Time (UTC). |
|
400 Bad Request |
This is the outer wrapper for all responses with errors |
Security
X-SecretKey
This API requires a title secret key, available to title admins, from PlayFab Game Manager.
Type:
apiKey
In:
header
Definitions
Api |
The basic wrapper around every failed API response |
Get |
This query retrieves the current time from one of the servers in PlayFab. Please note that due to clock drift between servers, there is a potential variance of up to 5 seconds. |
Get |
Time is always returned as Coordinated Universal Time (UTC). |
ApiErrorWrapper
The basic wrapper around every failed API response
Name | Type | Description |
---|---|---|
code |
|
Numerical HTTP code |
error |
|
Playfab error code |
errorCode |
|
Numerical PlayFab error code |
errorDetails |
|
Detailed description of individual issues with the request object |
errorMessage |
|
Description for the PlayFab errorCode |
status |
|
String HTTP code |
GetTimeRequest
This query retrieves the current time from one of the servers in PlayFab. Please note that due to clock drift between servers, there is a potential variance of up to 5 seconds.
GetTimeResult
Time is always returned as Coordinated Universal Time (UTC).
Name | Type | Description |
---|---|---|
Time |
|
Current server time when the request was received, in UTC |
Error Codes
Name | Code |
---|---|
PublisherNotSet | 1122 |