-
Notifications
You must be signed in to change notification settings - Fork 0
Disciplines API
Christopher Posada edited this page Apr 16, 2019
·
3 revisions
api/disciplines/categories (give me all the categories)
[
{
"name": "Professional Development",
"id": 1
},
{
"name": "Emotional Intelligence",
"id": 2
},
{
"name": "Teamwork",
"id": 3
},
{
"name": "Leadership",
"id": 4
},
{
"name": "Design",
"id": 5
},
{
"name": "Analytics",
"id": 6
},
{
"name": "Culture",
"id": 7
},
{
"name": "Agile / Lean",
"id": 8
},
{
"name": "Artificial Intelligence",
"id": 9
},
{
"name": "Technology",
"id": 10
}
]
api/disciplines/{id} (give me the discpline {id})
{
"name": "C#",
"id": 1
}
No auth token required.
LearningTogether @ BuildIt
http://ec2-18-224-56-34.us-east-2.compute.amazonaws.com/api
https://bettertogether.buildit.systems/api