CONTACT AND GROUP FUNCTIONS
Example
1
GET /ffws/v1/contact_oids/admin HTTP/1.1
2
content-type: application/xml
3
authorization: Basic YWRtaW46YWRtaW4=
4
-----------------------------------
5
HTTP/1.1 200 OK
6
content-type: application/xml
7
<?xml
version="1.0" encoding="UTF-8"?>
8
<response>
9
<message>Success</message>
10
<oids>1,2,3,4,5,6,7,8,9,10,11,12,13,14,33,34,35</oids>
11
</response>
Viewing Groups
Query
Parameters
HTTP Request
Line
HTTP Response
Status Codes
17
limit=LIMIT
Limit the number of results to LIMIT.
offset=OFFSET
Skip OFFSET entries from the start. Only valid when limit is specified.
name=SUBSTR
description=SUBSTR
Search for groups by field name. If you specify more than one, they are concatenated
with AND.
order=field name
Sort groups by field name. Not available for FFx30 models.
GET /ffws/v1/contact_groups/USERNAME HTTP/1.1
GET /ffws/v1/contact_groups/global_contact_list HTTP/1.1
200 OK
Shows group information.
403 Forbidden
Authenticated user does not have permission to view data
associated with username.
404 Not Found
No user found with that username.
FaxFinder Web Services API Developer Guide
Need help?
Do you have a question about the FaxFinder FF240-IP and is the answer not in the manual?