Abbreviations
The Abbreviations service from STANDS4 enables you to get classified acronyms and abbreviations content for a given term.
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 | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://www.abbreviations.com/ |
Privacy policy | https://www.abbreviations.com/privacy.php |
Categories | Business Intelligence |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API User ID | securestring | The API User ID for this API. | True |
API Token | securestring | The API token for this API. | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get acronym or abbreviation |
Retrieve a list of possible terms and their definitions. |
Get acronym or abbreviation
Retrieve a list of possible terms and their definitions.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Term
|
term | True | string |
The search term. |
Category ID
|
categoryid | string |
The category identifier. |
|
Sort By
|
sortby | string |
The sort by. |
|
Search Type
|
searchtype | string |
The search type. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Result
|
result | array of object | |
ID
|
result.id | string |
The identifier. |
Term
|
result.term | string |
The term. |
Definition
|
result.definition | string |
The definition. |
Category
|
result.category | string |
The category. |
Category Name
|
result.categoryname | string |
The category name. |
Score
|
result.score | string |
The score. |