Microsoft Acronyms (Preview)

You can use the Microsoft Search service in Microsoft Graph to search, add, and update acronyms in your organization.

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
Email ttaylor@hitachisolutions.com
Connector Metadata
Publisher Troy Taylor
Website https://learn.microsoft.com/en-us/graph/api/resources/search-acronym
Privacy policy https://privacy.microsoft.com/en-us/privacystatement
Categories Productivity;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.

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Create acronym

Creates a new acronym.

Delete acronym

Deletes an acronym.

Get acronym

Read the properties and relationships of an acronym.

List acronyms

Retrieve a list of the acronym and their properties.

Search acronyms

Retrieve a list of acronyms based on the search query.

Update acronym

Update the properties of an acronym.

Create acronym

Creates a new acronym.

Parameters

Name Key Required Type Description
Display Name
displayName True string

The display name.

Stands For
standsFor True string

The stands for.

Description
description string

The description.

Web URL
webUrl string

The web URL address.

State
state string

The state.

Returns

Name Path Type Description
OData Context
@odata.context string

The OData context.

ID
id string

The identifier.

Delete acronym

Deletes an acronym.

Parameters

Name Key Required Type Description
Acronym ID
acronymsId True string

The acronym identifier.

Returns

response
string

Get acronym

Read the properties and relationships of an acronym.

Parameters

Name Key Required Type Description
Acronym ID
acronymsId True string

The acronym identifier.

Returns

Name Path Type Description
OData Context
@odata.context string

The OData context.

State
state string

The state.

Stands For
standsFor string

The stands for.

ID
id string

The identifier.

Display Name
displayName string

The display name.

Web URL
webUrl string

The web URL address.

Description
description string

The description.

Last Modified Date Time
lastModifiedDateTime string

The last modified date time.

Application
lastModifiedBy.application string

The application.

Device
lastModifiedBy.device string

The device.

Display Name
lastModifiedBy.user.displayName string

The display name.

ID
lastModifiedBy.user.id string

The identifier.

List acronyms

Retrieve a list of the acronym and their properties.

Returns

Name Path Type Description
OData Context
@odata.context string

The OData context.

Value
value array of object
State
value.state string

The state.

Stands For
value.standsFor string

The stands for.

ID
value.id string

The identifier.

Display Name
value.displayName string

The display name.

Web URL
value.webUrl string

The web URL address.

Description
value.description string

The description.

Last Modified Date Time
value.lastModifiedDateTime string

The last modified date time.

Application
value.lastModifiedBy.application string

The application.

Device
value.lastModifiedBy.device string

The device.

Display Name
value.lastModifiedBy.user.displayName string

The display name.

ID
value.lastModifiedBy.user.id string

The identifier.

Search acronyms

Retrieve a list of acronyms based on the search query.

Parameters

Name Key Required Type Description
Entity Types
entityTypes array of string

The entity types.

String
queryString string

The query string.

Returns

Name Path Type Description
Value
value array of object
Containers
value.hitsContainers array of object
Hits
value.hitsContainers.hits array of object
Hit ID
value.hitsContainers.hits.hitId string

The hit identifier.

Rank
value.hitsContainers.hits.rank integer

The rank.

Summary
value.hitsContainers.hits.summary string

The summary.

OData Type
value.hitsContainers.hits.resource.@odata.type string

The OData type.

ID
value.hitsContainers.hits.resource.id string

The identifier.

Display Name
value.hitsContainers.hits.resource.displayName string

The display name.

Web URL
value.hitsContainers.hits.resource.webUrl string

The web URL address.

Stands For
value.hitsContainers.hits.resource.standsFor string

The stands for.

Total
value.hitsContainers.total integer

The total number.

More Results Available
value.hitsContainers.moreResultsAvailable boolean

Whether more results available.

Aggregations
value.hitsContainers.aggregations array of string

The aggregations.

OData Context
@odata.context string

The OData context.

Update acronym

Update the properties of an acronym.

Parameters

Name Key Required Type Description
Acronym ID
acronymsId True string

The acronym identifier.

Display Name
displayName string

The display name.

Stands For
standsFor string

The stands for.

Description
description string

The description.

Web URL
webUrl string

The web URL address.

State
state string

The state.

Returns

response
string

Definitions

string

This is the basic data type 'string'.