Controller: Email2Folder: SearchE2FLink
SearchE2FLink
Searches for a E2F link
See "Paging and Filtering" for more info on how to filter
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean |
*=required
CURL EXAMPLE
curl -v 'https://example.com/ctrller/api.php?Token=rctnvi6lpp6d388o4vq7dliii1&Task=SearchE2FLink&FilterBy[]=Prefix&FilterValue=myprefix'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<TotalCount>3</TotalCount>
<E2FLinks>
<E2FLink>
<Prefix>prefix001</Prefix>
<Path>path/to/prefix001/directory</Path>
<Created>1529055666</Created>
</E2FLink>
<E2FLink>
<Prefix>prefix002</Prefix>
<Path>path/to/prefix002/directory</Path>
<Created>1529055669</Created>
</E2FLink>
<E2FLink>
<Prefix>prefix003</Prefix>
<Path>path/to/prefix003/directory</Path>
<Created>1529055671</Created>
</E2FLink>
</E2FLinks>
</Response>