942 questions with JavaScript API tags

Sort by: Updated
0 answers

My application retrieves unified audit logs data via management API, which requires a Microsoft 365

My application retrieves unified audit logs data via management API, which requires a Microsoft 365

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-23T14:47:13.9533333+00:00
Corntro 0 Reputation points
1 answer

DataTable values are getting the default values(Initially loaded values) when we click on the dropdown icon of DataTable in asp.net C# using jQuery

I'm very new to this DataTable logic implementation concept and I have append the data to the DataTable and append successfully and in that DataTable controls I have written some event logic (ex:- dropdown onchange and textbox oninput events) and those…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,414 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-22T07:45:31.2566667+00:00
Ashok Kumar 201 Reputation points
commented 2024-07-23T08:40:33.61+00:00
Lan Huang-MSFT 28,841 Reputation points Microsoft Vendor
1 answer

How to access Participant details in teams online meeting ? getting error = Application is not registered in our store

I would like to access the mediaStream property of the participants in online meeting in teams as mentioned in the doc here. https://learn.microsoft.com/en-us/graph/api/resources/mediastream?view=graph-rest-1.0 How to get the call ID? Is there…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,401 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,058 questions
asked 2024-07-16T17:00:34.09+00:00
Hashaam Hasaan 0 Reputation points
commented 2024-07-22T17:48:18.87+00:00
Dinesh Rajagoni (Tata Consultancy Services Limi) 50 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

I have a VM in East US that went unresponsive, because of this I attempted to stop and start the VM. I tried both the Azure Portal and the CloudShell with Stop-AzureRmVM -Force, but neither seems to work. The machine seems to be stuck in

I have a VM in East US that went unresponsive, because of this I attempted to stop and start the VM. I tried both the Azure Portal and the CloudShell with Stop-AzureRmVM -Force, but neither seems to work. The machine seems to be stuck in

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,728 questions
asked 2024-07-22T09:34:10.2+00:00
Ajay Singh Moltra 135 Reputation points
accepted 2024-07-22T10:01:59.5466667+00:00
Ajay Singh Moltra 135 Reputation points
2 answers

How to retrieve more than 5k records from a SharePoint list using javascript and camlquery? Need the js code

How to retrieve more than 5k records from a SharePoint list using javascript and camlquery? Need the js code

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,264 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-11T13:54:11.2133333+00:00
Varghese, Ajith (Cognizant) 0 Reputation points
commented 2024-07-22T09:26:04.95+00:00
Emily Du-MSFT 44,146 Reputation points Microsoft Vendor
2 answers

how to pass C# DataTable to JQuery DataTable

I am trying to send data from a C# DataTable to a Jquery DataTable, but I am not sure how. Here's my code, but it is not working. public ActionResult StudentList() { TestViewModel tvm = new TestViewModel(); List<Student> students =…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,414 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,636 questions
asked 2024-07-21T12:00:18.0066667+00:00
Saeed Ahmad 20 Reputation points
commented 2024-07-22T08:00:29.85+00:00
Saeed Ahmad 20 Reputation points
0 answers

CommunicationIdentityClient createUser() unable to create the Token

Hi i have this issu, i had to isolated the call to azure communication service from the original React Native module in order to do it in a "clean scenario", i have been stuck here since 1 month, :( , and haven't been able to solve it im…

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
658 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,116 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
808 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,564 questions
asked 2024-07-21T06:26:44.4933333+00:00
Josue Avila Mendoza 0 Reputation points
0 answers

How to read a camera label of the participants in the Teams meeting?

I would like to get media device details just like how we get from navigator.mediaDevice.enumerateDevices() I would like to read the camera label of the participants in the meeting. I also tried building a teams app which is rendered as an Iframe, but…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
805 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,401 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,058 questions
asked 2024-07-17T09:25:39.2933333+00:00
Hashaam Hasaan 0 Reputation points
commented 2024-07-19T10:35:34.4633333+00:00
Hashaam Hasaan 0 Reputation points
0 answers

Random 404 responses to ExecuteRichApiRequest http POST requests

How can I prevent frequent 404 responses to a Post request to "ExecuteRichApiRequest" (https://usc-excel.officeapps.live.com/x/_vti_bin/EwaInternalWebService.json/ExecuteRichApiRequest?waccluster=US1 ) in my JavaScript API-built excel add-on?…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,715 questions
asked 2024-07-12T18:43:23.81+00:00
Justin Fitch 0 Reputation points
edited a comment 2024-07-18T23:34:16.8366667+00:00
Justin Fitch 0 Reputation points
1 answer One of the answers was accepted by the question author.

JSON Formatting not working past first 30 rows of a Sharepoint List?

I have the following column formatting for a column in my sharepoint list. { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json", "elmType": "a", "txtContent":…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,264 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-05-08T19:32:54.2333333+00:00
Lai, Ian 20 Reputation points
edited a comment 2024-07-18T20:13:30.6933333+00:00
Lai, Ian 20 Reputation points
1 answer

Is it possible to exceed the 999 character limit on setting an InternetHeader in an Addin for Outlook?

For a business project, I am creating an Outlook Addin which will decode an email and check signatures after which we then add labels and so on. I am required to send an InternetHeader with my email this way: item.internetHeaders.setAsync({…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,412 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,715 questions
asked 2024-07-16T14:09:26.97+00:00
bram robyn 5 Reputation points
commented 2024-07-18T14:07:57.7433333+00:00
Michael Taylor 51,346 Reputation points
0 answers

Advance ip scanner finds fake pc/ip in my LAN that create conflicts

n my network some PCs have been physically relocated after formatting, assigning new name and new ip (fixed ip usage on each client - no DHCP). The IPs that were them in the previous "life" were assigned to other new machines. Now, however,…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-18T08:57:30.0566667+00:00
Maurizio Matteini 0 Reputation points
edited the question 2024-07-18T09:24:44.73+00:00
KapilAnanth-MSFT 41,151 Reputation points Microsoft Employee
2 answers

How to access participants media devices

We are trying to build a custom app for microsoft teams meetings. The goal is to check participant liveness. For example if the participant video is live or they are using some third party services to trick the host. We need access to participant…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,401 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,058 questions
asked 2024-07-15T17:38:36.76+00:00
Hashaam Hasaan 0 Reputation points
commented 2024-07-16T16:50:19.15+00:00
Hashaam Hasaan 0 Reputation points
0 answers

AADSTS65001 Failed to acquire token silentely when trying to get Azure Devops scopes access

I have a JS Application that is an SPA registred in azure with the following authorized APIs As you can see, none of them require Administrator consent. When calling for silent token, I am using the following export const apiRequest = { scopes:…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,943 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,564 questions
asked 2024-07-16T14:38:01.87+00:00
Jonathan MARTIN--MAESTRE 0 Reputation points
edited the question 2024-07-16T14:39:36.6866667+00:00
Jonathan MARTIN--MAESTRE 0 Reputation points
1 answer

Excel SCRIPT not running in P.automate

A P.automate flow uses an Excel script to create a chart but the line where Getpoints is used causes an error in online execution. Desktop script execution works w-o…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,685 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-12T20:44:26.7333333+00:00
Nestor Herrera 0 Reputation points
answered 2024-07-15T12:08:11.1566667+00:00
Claudia Dos Santos Haz (CONCENTRIX CORPORATION) 1,010 Reputation points Microsoft Vendor
8 answers

Is there a way to disable the script confirmation popup the appears everytime I click on a button?

I create a simple file and I was trying to automate some processes and I notice that every time I click on the Script button it shows me a popup on the right side that says script run status, its annoying to see that everytime I click on the button. How…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,116 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,715 questions
asked 2022-02-11T03:49:23.68+00:00
Wilmer Torrez 16 Reputation points
commented 2024-07-12T12:26:28.5933333+00:00
Edward Gray 5 Reputation points
0 answers

I want to implement CSRF protection into my javascript (ajax request) code in sharepoint.

I want this to overcome - User account details can be exploited using Cross Site Scripting Forgery Attack (CSRF) I have code in JavaScript that is used to update the data in my SharePoint list. and I want to enable CSRF protection in the code. So can…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,340 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,805 questions
asked 2024-07-01T08:02:41.8233333+00:00
Hardik Patel 0 Reputation points
commented 2024-07-12T06:29:13.9866667+00:00
Hardik Patel 0 Reputation points
0 answers

I need a simple and elegant solution to export a detailed audit of all changes to an Excel Online file.

What I'm looking for is a report that shows the same format as the legacy "Track Changes" function, but in a modern environment. I believe the best way would be to aggregate all of the changes that are listed by the "track changes"…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,340 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,685 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,264 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,715 questions
asked 2024-07-09T22:54:39.3033333+00:00
Mark George 0 Reputation points
edited the question 2024-07-10T05:50:07.79+00:00
Emi Zhang-MSFT 23,896 Reputation points Microsoft Vendor
0 answers

How to enable Object Linking for Content Add-Ins?

Hi everyone, Could anyone please tell me if content addins for Excel and Powerpoint support object linking? I can insert standard Excel charts via copy and paste as "Paste and Link Data". Can a similar insertion option also be activated for…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
asked 2024-07-09T12:43:09.69+00:00
Tim Schauder 0 Reputation points
0 answers

Vertical lines for scrollbar visible in desktop add-in when add-in section is resized

When i resize the add-in section in my excel desktop app these vertical lines are visible where the previous position of scrollbar was present. It works fine for the online excel spreadsheet issue only occurs in desktop application. I have tried clearing…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,685 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
942 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,715 questions
asked 2024-07-08T07:33:58.1866667+00:00
Saloni Jagga 0 Reputation points