Parameter | Required | Type | Description |
---|
clientID | yes | string | TransactAPI Client ID |
developerAPIKey | yes | string | TransactAPI Developer Key |
curl -k -X POST https://api-sandboxdash.norcapsecurities.com/tapiv3/index.php/v3/fetchSubscriptionDocuments
-d clientID=someclientid
-d developerAPIKey=somedeveloperkey
Parameter | Type | Description |
---|
statusCode | string | API Status Code |
statusDesc | string | API Status Description |
document_details | string | Documents array |
"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"
},]