- sso
- admin
- applications
- auth
- auth-eth
- access
- planning
- pbe-access
- newsletter
- user
- wallet
- Get API versionGET
all
GET
https://sso.dlab.ovh/api/access/planning/session/all
Request
Query Params
type
string
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sso.dlab.ovh/api/access/planning/session/all'
Responses
🟢200Success
application/json
Body
sessions
array [object {6}]
required
id
integer
session id
start
string
UTC date format
end
string
UTC date format
type
string
required
createdAt
string
UTC date format
updatedAt
string
UTC date format
Example
{
"sessions": [
{
"id": 1,
"start": "2022-06-08T12:00:00.000Z",
"end": "2022-06-25T12:00:00.000Z",
"type": "early-access",
"createdAt": "2022-06-20T05:27:39.000Z",
"updatedAt": "2022-06-20T05:27:39.000Z"
}
]
}