You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
743 B
JSON
35 lines
743 B
JSON
12 months ago
|
{
|
||
|
"_id":"601ccbe89bcd482ee8fa2c99",
|
||
|
"name":"HTML",
|
||
|
"description":"Learn the basics on how to code",
|
||
|
"price":1000,
|
||
|
"isActive":true,
|
||
|
"slots":20,
|
||
|
"enrolles":[
|
||
|
"601ccbe89bcd482ee8fa2c99"
|
||
|
"507f191e810c19729de860ea"],
|
||
|
"datetimeCreated":"2020-03-15T15:00:00.00Z"
|
||
|
}
|
||
|
|
||
|
{
|
||
|
"_id":"601ccbe89bcd482ee8fa2c99",
|
||
|
"name":"CSS",
|
||
|
"description":"Let's make out application look cool!",
|
||
|
"price":2000,
|
||
|
"isActive":false,
|
||
|
"slots":20,
|
||
|
"enrolles":[
|
||
|
"507f191e810c19729de860ea"],
|
||
|
"datetimeCreated":"2020-03-15T15:00:00.00Z"
|
||
|
|
||
|
}
|
||
|
{
|
||
|
"_id":"507f191e810c19729de860ea",
|
||
|
"name":"JavaScript",
|
||
|
"description":"Let's make out application look cool!",
|
||
|
"price":4000,
|
||
|
"isActive":false,
|
||
|
"slots":15,
|
||
|
"enrolles":[],
|
||
|
"datetimeCreated":"2020-03-15T15:00:00.00Z"
|
||
|
}
|