| All Verbs | /bacontract_getDraftFileList |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| idcia | query | int | Yes | |
| idproject | query | string | Yes |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /csv/reply/bacontract_getDraftFileList HTTP/1.1
Host: contractssl.buildersaccess.com
Content-Type: text/csv
Content-Length: length
{"idcia":0,"idproject":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"canEdit":false,"fileList":[{"idtempldate":"String","filename":"String","filetype":"String","selected":false,"selectedBA":false}]}