Viewing Contact IDs

HTTP Request Line

GET /ffws/v1/contact_oids/USERNAME HTTP/1.1

HTTP Response Status Codes

200 OK

Shows contact IDs.

404 Not Found

Contact not found.

Example

1
2
3
4
5
6
7
8
9
10
11
GET /ffws/v1/contact_oids/admin HTTP/1.1
content-type: application/xml
authorization: Basic YWRtaW46YWRtaW4=
-----------------------------------
HTTP/1.1 200 OK
content-type: application/xml
<?xml version=”1.0” encoding=”UTF-8”?>
<response>
    <message>Success</message>
    <oids>1,2,3,4,5,6,7,8,9,10,11,12,13,14,33,34,35</oids>
</response>