Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get All Accounts
This request returns the account numbers of all accounts created via REST API.
Request URL
Syntax | GET /restapi/accounts |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/accounts?user=testusername |
The user parameter is optional and accepts one client username. By specifying a username in the user parameter, the response will be filtered to be specific for the accounts of which the account owner is the specified client. See Get an Account for each account information.
Response Example
Status Code: 200 OK
Content-Length: 0
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 17 Dec 2013 19:17:51 GMT
Location: https://api.uat.foliofn.com/restapi/accounts
Server: Sun GlassFish Enterprise Server v2.1.1
X-Powered-By: Servlet/2.5
[
"RA1234ABCD",
"RB1234ABCD",
"RC1234ABCD"
]