UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Atividades de integrações clássicas

Última atualização 20 de mai de 2026

Lightning REST API Request

UiPath.Salesforce.Activities.LightningRestApiRequest

Chama uma API REST do Salesforce Lightning. Essa atividade pode ser usada para qualquer uma das APIs REST do Salesforce Lightning que não são implementadas como atividades nativas no pacote de atividades.

Propriedades

Comum

  • DisplayName - O nome de exibição da atividade.

Entrada

  • AcceptFormat - Specifies the format of the response that is acceptable. By default, this field is set to ANY. The following options are available:
    • Qualquer
    • JSON
    • XML
  • Method - The request method to be used when calling the API. The following HTTP verbs are supported: GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH and MERGE. By default, the GET method is selected.
  • Resource - The full path to the REST resource you want to use. This field supports only strings and String variables.

Diversos

  • Privado - Se selecionado, os valores de variáveis e argumentos não são mais registrados no nível Verbose.

Opções

  • Body - The body of the request. This field supports only strings and String variables.
  • BodyFormat - The format in which you want the body of the request to be. Most Lightning API requests accept body formats such as applicaton/json or application/xml. This field supports strings and String variables.
  • Headers - Enables you to include custom headers in the HTTP request. Click the Ellipsis button to open the Headers window.
  • ResultPath - The full path to where you want to save the response of the request. This field supports strings and String variables.

Saída

  • Result - The response received from the API endpoint. This property is set only when the ResultPath property field is left empty. This field supports only String variables.
  • SalesforceStatus - O status retornado do Salesforce assim que a ação é concluída, armazenado em uma variável SalesforceStatus . Este campo suporta apenas SalesforceStatus variáveis.
  • StatusCode - The HTTP Status Code returned by the request, stored in an Int32 variable. This field supports only Int32 variables.
  • Propriedades
  • Comum
  • Entrada
  • Diversos
  • Opções
  • Saída

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades