Back to API references

SOAP API method WebDocumentLoopBlock_block

Description

A single block of this loopblock.

Parameters

Name Type Description
id * string Unique identifier (id) of the object WebDocumentLoopBlock. The method only applies to the webdocumentloopblock with this id.
iteration * string
nameorindex * int
login Structure of type 'login' Optional login data (soon deprecated)
access_token string Optional api access token
* required parameters

Return values

Name Type Description
webdocumentloopblock Structure of type 'webdocumentloopblock'
emailingdocumentloopblock Structure of type 'emailingdocumentloopblock'
emailingdocumentimageblock Structure of type 'emailingdocumentimageblock'
webdocumentimageblock Structure of type 'webdocumentimageblock'
webdocumenttextblock Structure of type 'webdocumenttextblock'
emailingdocumenttextblock Structure of type 'emailingdocumenttextblock'

Structure 'login'

Name Type Description
username string The username of the login attempt
account string The account name of the login attempt
password string The password for the login attempt

Structure 'webdocumentloopblock'

Name Type Description
iterations int The number of iterations of the loopblock.
id string The ID of the block.
name string The name of the block.
iteration int The iteration of the parent block.
condition string Get the javascript condition used to determine if the block is shown in the document

Structure 'emailingdocumentloopblock'

Name Type Description
iterations int The number of iterations of the loopblock.
id string The ID of the block.
name string The name of the block.
iteration int The iteration of the parent block.
condition string Get the javascript condition used to determine if the block is shown in the document

Structure 'emailingdocumentimageblock'

Name Type Description
id string The ID of the block.
name string The name of the block.
iteration int The iteration of the parent block.
condition string Get the javascript condition used to determine if the block is shown in the document

Structure 'webdocumentimageblock'

Name Type Description
id string The ID of the block.
name string The name of the block.
iteration int The iteration of the parent block.
condition string Get the javascript condition used to determine if the block is shown in the document

Structure 'webdocumenttextblock'

Name Type Description
content string The content of this textblock.
id string The ID of the block.
name string The name of the block.
iteration int The iteration of the parent block.
condition string Get the javascript condition used to determine if the block is shown in the document

Structure 'emailingdocumenttextblock'

Name Type Description
content string The content of this textblock.
id string The ID of the block.
name string The name of the block.
iteration int The iteration of the parent block.
condition string Get the javascript condition used to determine if the block is shown in the document