DocuSignClient.ScpGetRelatedActivitiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copilot: Get related activities
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ActivityListResponseEnvelope> ScpGetRelatedActivitiesAsync(string recordType, string recordId, string startDate = default, string endDate = default, int? top = default, int? skip = default, string cRMType = default, string cRMOrgURL = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ScpGetRelatedActivitiesAsync : string * string * string * string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ActivityListResponseEnvelope>
override this.ScpGetRelatedActivitiesAsync : string * string * string * string * Nullable<int> * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DocuSign.Models.ActivityListResponseEnvelope>
Public Overridable Function ScpGetRelatedActivitiesAsync (recordType As String, recordId As String, Optional startDate As String = Nothing, Optional endDate As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cRMType As String = Nothing, Optional cRMOrgURL As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ActivityListResponseEnvelope)
Parameters
- recordType
- String
Record type
- recordId
- String
Record Id
- startDate
- String
Start date
- endDate
- String
End date
- cRMType
- String
CRM type
- cRMOrgURL
- String
CRM org URL
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Copilot: Get related activities response.
Remarks
This action gets additional sales insights related to a CRM record that will be shown in the C4S record summary card. The action enhances the existing skills of copilot for sales.