presence/presence_api/obj/Debug/net8.0/ApiEndpoints.json

22 lines
557 B
JSON
Raw Permalink Normal View History

2024-11-14 08:01:32 +00:00
[
{
"ContainingType": "presence_api.Controllers.GroupController",
"Method": "getGroups",
"RelativePath": "api/Group",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Collections.Generic.IEnumerable\u00601[[domain.Models.Group, domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
}
]