List all events
Developing
Testing Env
https://testing--decathlonstore.myvtex.com
Testing Env
https://testing--decathlonstore.myvtex.com
GET
/v1/decathlon-events/pub/events
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testing--decathlonstore.myvtex.com/v1/decathlon-events/pub/events'
Response Response Example
{
"events": {
"id": "string",
"name": "Playground Esportivo com a Decathlon no MASP",
"banner": "string",
"description": "string",
"totalSlots": 0,
"startTime": "string",
"endTime": "string",
"publicationStatus": "published",
"addressName": "string",
"address": "string",
"routeLink": "string",
"isActive": true,
"registrationDeadline": "string"
}
}
Request
None