i have page named 'posts_list.php' containing list of blog posts retrieved form json api have id, title, image etc . have link on page goes page called 'post.php' below: <a href="post.php?id=<?php echo $post->id ?> "> using method can retrieve 'id' of post clicked user using: <?php $postid = $_get['id']; ?> what want display json post on post.php corresponds id retrieved link on posts_list.php i know sql use clause, being new json im not sure if possible. need achieve php , json it has info /v1/blogs/@blog/@id @blog - blog identifier @id - blog post id
i have looked through docusign documentation, stackoverflow , google without success. when creating package, possible restrict signers able view pages of document ? let's borrower lisa smith should not allowed see pages 5 10 while second borrower can allowed see pages 1 5, possible within rest api ? thanks you can use docusign document visibility feature. if send document containing multiple files , want control files each recipient sees, can use document visibility accomplish this. common scenario want recipients see files need sign. document visibility, can create 1 document files intended individual recipients, rather having create separate document each recipient. using document visibility can set access @ document level. setting access @ page level not supported. see answer on how set documentvisibility using rest api. for more context, excludeddocuments property on page .
Comments
Post a Comment