Skip to content

Commit b9a8dad

Browse files
add workflow endpoint
1 parent 098c89b commit b9a8dad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#apx-snippet-start:getWorkflowInstance
2+
Status=$(curl -s -w "%{http_code}\n" -i \
3+
--request GET "https://api-d.docusign.com/v1/accounts/${account_id}/workflows/${workflow_id}/instances/${instance_id}" \
4+
--header "Authorization: Bearer ${access_token}" \
5+
--output ${response})
6+
#apx-snippet-end:getWorkflowInstance

0 commit comments

Comments
 (0)