SignUpGenius (Independent Publisher) (#1815)
* Revert "Merge branch 'microsoft:dev' into dev" This reverts commit096a7c3199
, reversing changes made tocb0948670f
. * Revert "Merge branch 'microsoft:dev' into dev" This reverts commitcb0948670f
, reversing changes made todc26e8a026
. * Revert "Revert "Merge branch 'microsoft:dev' into dev"" This reverts commit01764d0a6d
. * Revert "Revert "Merge branch 'microsoft:dev' into dev"" This reverts commita3f086ef0f
. * Add files via upload * Revert "Add files via upload" This reverts commiteeff7b7a02
. * Add files via upload
This commit is contained in:
Родитель
63a908e739
Коммит
7603f2a3ab
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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.
|
Загрузка…
Ссылка в новой задаче