pr1/presence/presence_api/obj/Debug/net9.0/ApiEndpoints.json

22 lines
562 B
JSON
Raw Normal View History

2024-12-05 09:30:01 +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[[Demo.domain.Models.Group, domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
"MediaTypes": [
"text/plain",
"application/json",
"text/json"
],
"StatusCode": 200
}
]
}
]