SignUpGenius (Independent Publisher) (#1815)

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3199, reversing
changes made to cb0948670f.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb0948670f, reversing
changes made to dc26e8a026.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0a6d.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086ef0f.

* Add files via upload

* Revert "Add files via upload"

This reverts commit eeff7b7a02.

* Add files via upload
This commit is contained in:
Troy Taylor 2022-08-01 12:29:47 -04:00 коммит произвёл GitHub
Родитель 63a908e739
Коммит 7603f2a3ab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1865 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor",
"stackOwner": "SignUpGenius"
}
}

Просмотреть файл

@ -0,0 +1,42 @@
# SignUpGenius
SignUpGenius simplifies scheduling, volunteer and member management, event planning and fundraising.
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
Use of this service requires a subscription to a paid SignUpGenius plan.
## Obtaining Credentials
In the Tools section of your Settings, find the SignUpGenius API section to retrieve your API Key.
## Supported Operations
### Get user profile
Retrieves your user profile.
### Get groups
Retrieves all groups created by the user.
### Get group members
Retrieves the members associated with a group.
### Get group member details
Retrieves details about a group member.
### Add user to group
Adds a user to a group.
### Get active sign ups
Retrieve all active sign up information.
### Get all sign ups
Retrieves all sign up information.
### Get expired sign ups
Retrieves all expired sign up information.
### Get invited to sign ups
Retrieve all active sign ups you are invited to.
### Get sign ups signed up for
Retrieves all sign ups you have signed up for.
### Get sign up report
Retrieves a report of a sign up details.
### Get sign up not filled slots
Retrieves a report of the slots that are empty (not filled) for a sign up.
### Get sign up filled slots
Retrieves a report of the slots that are filled for a sign up.
## Known Issues and Limitations
There are no known issues at this time.