Types

Get Types of Terms and Conditions

get

Retrieve all types of terms and conditions associated with legal documents or signatures.

Responses
200

Success

application/json
get
/api/legaldocuments/v1/TermsAndConditions/Types
GET /api/legaldocuments/v1/TermsAndConditions/Types HTTP/1.1
Host: 
Accept: */*
{
  "content": [
    {
      "termsAndConditionsTypeID": 1,
      "termsAndConditionsTypeName": "text",
      "description": "text"
    }
  ]
}

Last updated

Was this helpful?