96 lines
2.4 KiB
JSON
96 lines
2.4 KiB
JSON
[
|
|
{
|
|
"ContainingType": "presence_api.Controllers.AdminPanelController",
|
|
"Method": "GetAllGroupsWithUsers",
|
|
"RelativePath": "api/admin/groups",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": [
|
|
{
|
|
"Type": "System.Collections.Generic.List\u00601[[domain.Models.GroupWithStudentsDto, domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
|
"MediaTypes": [
|
|
"text/plain",
|
|
"application/json",
|
|
"text/json"
|
|
],
|
|
"StatusCode": 200
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"ContainingType": "presence_api.Controllers.AdminPanelController",
|
|
"Method": "RemoveGroupById",
|
|
"RelativePath": "api/admin/groups/{groupId}",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "groupId",
|
|
"Type": "System.Int32",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": []
|
|
},
|
|
{
|
|
"ContainingType": "presence_api.Controllers.AdminPanelController",
|
|
"Method": "AddGroupWithStudents",
|
|
"RelativePath": "api/admin/groups/add",
|
|
"HttpMethod": "POST",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "groupDto",
|
|
"Type": "domain.Models.GroupWithStudentsDto",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": []
|
|
},
|
|
{
|
|
"ContainingType": "presence_api.Controllers.AdminPanelController",
|
|
"Method": "ClearPresence",
|
|
"RelativePath": "api/admin/presence/clear",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [],
|
|
"ReturnTypes": []
|
|
},
|
|
{
|
|
"ContainingType": "presence_api.Controllers.AdminPanelController",
|
|
"Method": "GetStudentInfo",
|
|
"RelativePath": "api/admin/student/{userGuid}",
|
|
"HttpMethod": "GET",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "userGuid",
|
|
"Type": "System.Guid",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": []
|
|
},
|
|
{
|
|
"ContainingType": "presence_api.Controllers.AdminPanelController",
|
|
"Method": "RemoveUserByGuid",
|
|
"RelativePath": "api/admin/users/{userGuid}",
|
|
"HttpMethod": "DELETE",
|
|
"IsController": true,
|
|
"Order": 0,
|
|
"Parameters": [
|
|
{
|
|
"Name": "userGuid",
|
|
"Type": "System.Guid",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnTypes": []
|
|
}
|
|
] |