Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoServicesaudience
Service provided by Openplanet
Get record by ID
GET
https://prod.trackmania.core.nadeo.online/mapRecords/{mapRecordId}
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoServices audience
Path parameters:
{mapRecordId}
(string)
A mapRecord ID
*
Gets a single map record using its primary identifier.
Remarks:
mapRecordId - you can use the map records by accounts (v2) endpoint to find these identifiers.time value. Instead, the response will contain 4294967295 in the time field. Additionally, the url link will result in a 403 error when requested.mapRecordIds), you can use the map records by IDs (v2) endpoint.Example request:
GET https://prod.trackmania.core.nadeo.online/mapRecords/ade1de4c-dd53-4a65-9d9b-89c5b1b9fa44
Example response:
{
"accountId": "04dd686d-0d2e-4c4c-bd37-81d57ae47656",
"filename": "Replays\\Downloaded\\37852772-23c5-40cb-8106-9fdae43efa6f_04dd686d-0d2e-4c4c-bd37-81d57ae47656_(0'45''37).replay.gbx",
"gameMode": "TimeAttack",
"gameModeCustomData": "",
"mapId": "37852772-23c5-40cb-8106-9fdae43efa6f",
"mapRecordId": "ade1de4c-dd53-4a65-9d9b-89c5b1b9fa44",
"medal": 1,
"recordScore": {
"respawnCount": 4294967295,
"score": 0,
"time": 45376
},
"removed": false,
"scopeId": null,
"scopeType": "PersonalBest",
"timestamp": "2020-07-12T01:54:41+02:00",
"url": "https://prod.trackmania.core.nadeo.online/storageObjects/317832fc-7576-4a65-954e-b0eb390a7372"
}
If the mapRecordId is invalid, the response will contain an error message:
{
"code": "C-AA-00-03",
"correlation_id": "8ed109aa5aff42c0b2606c51a43bbf15",
"message": "There was a validation error.",
"info": {
"mapRecordId": "Invalid uuid."
}
}