ServiceObject ["service",…]
represents an open connection to an external service.
ServiceObject
Listing of Supported External Services »ServiceObject ["service",…]
represents an open connection to an external service.
Details
- ServiceObject is typically obtained as a result from ServiceConnect .
- ServiceObject […]["request"] executes a particular request with a service.
- Standard properties supported by all services include:
-
"Authentication" authentication information"ID" the service's unique identifier"Information" information about the service"Name" the name of the service"Requests" list of available requests"RequestParameters" list of available parameters for each request"RequestParameterPatterns" parameter patterns for all requests
- DeleteObject [ServiceObject[…]] removes a service object.
Examples
open all close allBasic Examples (1)
Connect to a service:
List all available requests:
List the parameters for all available requests:
Execute a request:
Scope (2)
Create several service objects with specified IDs:
Retrieve a service object with a specific ID and verify the stored authentication information:
Retrieve information about the service object and the possible requests:
Properties & Relations (2)
List all existing service objects:
Create a service object for OpenAI:
Delete the service object and the associated credentials:
Related Guides
Text
Wolfram Research (2014), ServiceObject, Wolfram Language function, https://reference.wolfram.com/language/ref/ServiceObject.html (updated 2025).
CMS
Wolfram Language. 2014. "ServiceObject." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/ServiceObject.html.
APA
Wolfram Language. (2014). ServiceObject. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ServiceObject.html
BibTeX
@misc{reference.wolfram_2025_serviceobject, author="Wolfram Research", title="{ServiceObject}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/ServiceObject.html}", note=[Accessed: 17-November-2025]}
BibLaTeX
@online{reference.wolfram_2025_serviceobject, organization={Wolfram Research}, title={ServiceObject}, year={2025}, url={https://reference.wolfram.com/language/ref/ServiceObject.html}, note=[Accessed: 17-November-2025]}