GitHub - SteversIO/AdobeSignCSharpSDK: The Adobe Sign C# Client Library for integrating with Adobe Sign REST API's
AgreementsApi
AddTemplateFieldsToAgreement
POST /agreements/{agreementId}/formFields
Adds template fields to an agreement
AgreementsApi
CreateAgreement
POST /agreements
Creates an agreement. Sends it out for signatures, and returns the agreementID in the response to the client.
AgreementsApi
CreateAgreementView
POST /agreements/{agreementId}/views
Retrieves the latest state view url of agreement.
AgreementsApi
CreateDelegatedParticipantSets
POST /agreements/{agreementId}/members/participantSets/{participantSetId}/delegatedParticipantSets
Creates a participantSet to which the agreement is forwarded for taking appropriate action.
AgreementsApi
CreateReminderOnParticipant
POST /agreements/{agreementId}/reminders
Creates a reminder on the specified participants of an agreement identified by agreementId in the path.
AgreementsApi
CreateShareOnAgreement
POST /agreements/{agreementId}/members/share
Share an agreement with someone.
AgreementsApi
DeleteDocuments
DELETE /agreements/{agreementId}/documents
Deletes all the documents of an agreement.
AgreementsApi
GetAgreementInfo
GET /agreements/{agreementId}
Retrieves the current status of an agreement.
AgreementsApi
GetAgreementNoteForApiUser
GET /agreements/{agreementId}/me/note
Retrieves the latest note associated with an agreement.
AgreementsApi
GetAgreementReminder
GET /agreements/{agreementId}/reminders/{reminderId}
Retrieves a specific reminder associated with an agreement
AgreementsApi
GetAgreementReminders
GET /agreements/{agreementId}/reminders
Retrieves the reminders of an agreement, identified by agreementId in the path.
AgreementsApi
GetAgreementSecurityOptionsForParticipation
GET /agreements/{agreementId}/members/participantSets/{participantSetId}/participants/{participantId}/securityOptions
Retrieves the security options for a particular participant.
AgreementsApi
GetAgreements
GET /agreements
Retrieves agreements for the user.
AgreementsApi
GetAllDocuments
GET /agreements/{agreementId}/documents
Retrieves the IDs of the documents of an agreement identified by agreementId.
AgreementsApi
GetAllDocumentsImageUrls
GET /agreements/{agreementId}/documents/imageUrls
Retrieves image urls of all visible pages of all the documents associated with an agreement.
AgreementsApi
GetAllMembers
GET /agreements/{agreementId}/members
Retrieves information of members of the agreement.
AgreementsApi
GetAuditTrail
GET /agreements/{agreementId}/auditTrail
Retrieves the audit trail of an agreement identified by agreementId.
AgreementsApi
GetCombinedDocument
GET /agreements/{agreementId}/combinedDocument
Retrieves a single combined PDF document for the documents associated with an agreement.
AgreementsApi
GetCombinedDocumentPagesInfo
GET /agreements/{agreementId}/combinedDocument/pagesInfo
Retrieves info of all pages of a combined PDF document for the documents associated with an agreement.
AgreementsApi
GetCombinedDocumentUrl
GET /agreements/{agreementId}/combinedDocument/url
Retrieves url of all visible pages of all the documents associated with an agreement.
AgreementsApi
GetDocument
GET /agreements/{agreementId}/documents/{documentId}
Retrieves the file stream of a document of an agreement.
AgreementsApi
GetDocumentImageUrls
GET /agreements/{agreementId}/documents/{documentId}/imageUrls
Retrieves image urls of all visible pages of a document associated with an agreement.
AgreementsApi
GetEvents
GET /agreements/{agreementId}/events
Retrieves the events information for an agreement.
AgreementsApi
GetFormData
GET /agreements/{agreementId}/formData
Retrieves data entered into the interactive form fields of the agreement.
AgreementsApi
GetFormFields
GET /agreements/{agreementId}/formFields
Retrieves details of form fields of an agreement.
AgreementsApi
GetMergeInfo
GET /agreements/{agreementId}/formFields/mergeInfo
Retrieves the merge info stored with an agreement.
AgreementsApi
GetParticipantSet
GET /agreements/{agreementId}/members/participantSets/{participantSetId}
Retrieves the participant set of an agreement identified by agreementId in the path.
AgreementsApi
GetSigningUrl
GET /agreements/{agreementId}/signingUrls
Retrieves the URL for the e-sign page for the current signer(s) of an agreement.
AgreementsApi
RejectAgreementForParticipation
PUT /agreements/{agreementId}/members/participantSets/{participantSetId}/participants/{participantId}/reject
Rejects the agreement for a participant.
AgreementsApi
UpdateAgreement
PUT /agreements/{agreementId}
Updates the agreement in draft state, or update the expirationTime on an existing agreement that is already out for signature.
AgreementsApi
UpdateAgreementMergeInfo
PUT /agreements/{agreementId}/formFields/mergeInfo
Set the merge info for an agreement.
AgreementsApi
UpdateAgreementNoteForApiUser
PUT /agreements/{agreementId}/me/note
Updates the latest note associated with an agreement.
AgreementsApi
UpdateAgreementReminder
PUT /agreements/{agreementId}/reminders/{reminderId}
Updates an existing reminder for an agreement
AgreementsApi
UpdateAgreementSecurityOptionsForParticipation
PUT /agreements/{agreementId}/members/participantSets/{participantSetId}/participants/{participantId}/securityOptions
Updates the security options for a particular participant.
AgreementsApi
UpdateAgreementState
PUT /agreements/{agreementId}/state
Updates the state of an agreement identified by agreementId in the path.
AgreementsApi
UpdateAgreementVisibility
PUT /agreements/{agreementId}/me/visibility
Updates the visibility of an agreement.
AgreementsApi
UpdateFormFields
PUT /agreements/{agreementId}/formFields
Updates form fields of an agreement. This will replace all fields in AUTHORING mode agreements, and will replace all fields except for text tag generated fields in DRAFT mode agreements.
AgreementsApi
UpdateParticipantSet
PUT /agreements/{agreementId}/members/participantSets/{participantSetId}
Updates the participant set of an agreement identified by agreementId in the path.