fetchSubscriptionDocuments

Request Parameters

ParameterRequiredTypeDescription
clientIDyesstringTransactAPI Client ID
developerAPIKeyyesstringTransactAPI Developer Key

Sample Request

curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/fetchSubscriptionDocuments
 -d clientID=someclientid
 -d developerAPIKey=somedeveloperkey

Response Parameters

ParameterTypeDescription
statusCodestringAPI Status Code
statusDescstringAPI Status Description
document_detailsstringDocuments array

Sample Response

"statusCode": "101",
    "statusDesc": "Ok",
    "document_details": [
        {"templateId": "45382628-62f3-4dc0-92a0-29cc5500399f",
            "name": "",
            "shared": "true",
            "password": "",
            "description": "",
            "lastModified": "2019-02-19T14:23:49.8830000Z",
            "created": "2019-02-19T14:23:48.6870000Z",
            "uri": "/templates/45382628-62f3-4dc0-92a0-29cc5500399f",
            "folderName": "Templates",
            "folderId": "a8522dc5-e7de-4c79-80cb-d6ceb80d463c",
            "folderUri": "/folders/a8522dc5-e7de-4c79-80cb-d6ceb80d463c",
            "owner": {
                "userName": "Sara Borazan",
                "userId": "d774320b-6e82-4e37-a92c-d439b4c6581f",
                "email": "[email protected]"
            },
            "emailSubject": "",
            "emailBlurb": "",
            "signingLocation": "Online",
            "authoritativeCopy": "false",
            "enforceSignerVisibility": "false",
            "enableWetSign": "false",
            "allowMarkup": "false",
            "allowReassign": "false"
        },]

Test it Yourself!

Language
Click Try It! to start a request and see the response here!