connpass (Independent Publisher) (Preview)
Using the connpass, you can search and collect information about IT workshops and events.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Miyake Hideo |
h.miyake@hotmail.com |
Connector Metadata | |
---|---|
Publisher | Miyake Hideo |
Website | https://connpass.com/ |
Privacy policy | https://connpass.com/term/ |
Categories | Data |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Search Events |
You can obtain a list of events according to the conditions of your search query. |
Search Events
You can obtain a list of events according to the conditions of your search query.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Keyword (AND)
|
keyword | string |
Search for event title, catch, summary, and address with AND condition partial match. |
|
Event_Id
|
event_id | string |
Search by the number assigned to each event. More than one can be specified. |
|
Keyword (OR)
|
keyword_or | string |
Search for title, catch, summary, and address with OR condition partial match. |
|
Event Date (ym)
|
ym | string |
Searches for events held in the specified year and month. |
|
Event Date (ymd)
|
ymd | string |
Searches for events held on the specified date and time. |
|
Participant's Nickname
|
nickname | string |
Searches for events in which the user. |
|
Admin's Nickname
|
owner_nickname | string |
Searches for events managed by a user. |
|
Group Id
|
series_id | string |
Search for events associated with a Id of the Hosting Group. |
|
Search start position
|
start | string |
Specifies the number of search results to be output from. |
|
Display order of search results
|
order | string |
Specify the order in which search results are displayed, in order of last modified, first held, or newest. |
|
Number of pieces acquired
|
count | string |
Maximum number of output data for search results. Maximum 100. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Start position of search
|
results_start | integer |
Output start position of search results |
Number Of Results
|
results_returned | integer |
How many results were output from the search results |
Maximum number
|
results_available | integer |
Maximum number of output data for search results |
events
|
events | array of object |
Events |
Event Id
|
events.event_Id | integer |
Event Id |
Title
|
events.title | string |
Event title |
Catchphrase
|
events.catch | string |
Event catchphrase |
Description
|
events.description | string |
Description (HTML format) |
URL
|
events.event_url | string |
URL at connpass.com |
Start
|
events.started_at | string |
Event start date and time |
End
|
events.ended_at | string |
Event end date and time |
Capacity
|
events.limit | integer |
Capacity of event |
Hashtags
|
events.hash_tag | string |
Hashtag on Twitter |
Event Type
|
events.event_type | string |
Event Participation Type (Participation or Advertisement) |
Participating Users
|
events.accepted | integer |
Number of participants |
Waiting Users
|
events.waiting | integer |
Number of Waiting |
Update date
|
events.updated_at | string |
Last update date and time |
Admin Id
|
events.owner_Id | integer |
Owner's Id |
Admin Nickname
|
events.owner_nickname | string |
Owner's nickname |
Admin display name
|
events.owner_display_name | string |
Owner's display name |
Place
|
events.place | string |
Place of the venue |
Address
|
events.address | string |
Address of the venue |
Latitude
|
events.lat | string |
Latitude of the venue |
Longitude
|
events.lon | string |
Longitude of the venue |
Group Id
|
events.series.Id | integer |
Id of the Hosting Group |
Group name
|
events.series.title | string |
Name of the Hosting Group |
Group URL
|
events.series.url | string |
URL of the Hosting Group at connpass.com |