repositorypackage
0.0.0-20241212061843-9dda29dbe60c
Repository: https://github.com/ortelius/scec-group.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Ortelius v11 Group Microservice
Version 11.0.0
RestAPI for the Group Object
Path Table
Method | Path | Description |
---|---|---|
GET | /msapi/group | Get a List of Groups |
POST | /msapi/group | Create a Group |
GET | /msapi/group/:key | Get a Group |
Reference Table
Name | Path | Description |
---|
Path Details
[GET]/msapi/group
-
Summary
Get a List of Groups -
Description
Get a list of groups for the user.
Responses
- 200 OK
[POST]/msapi/group
-
Summary
Create a Group -
Description
Create a new Group and persist it
Responses
- 200 OK
[GET]/msapi/group/:key
-
Summary
Get a Group -
Description
Get a group based on the _key or name.
Responses
- 200 OK