diff --git a/src/main/webapp/new.html b/src/main/webapp/new.html index 69f9a284..15523ecf 100644 --- a/src/main/webapp/new.html +++ b/src/main/webapp/new.html @@ -1,213 +1,133 @@ - - +
- - API Explorer - - - - +
+
+
+

Use the API in the context of your login

+
+

Make your selections below

+
+ +
+

Some options require login

+
+
+
+
- -
-
-
-
- Logo -
-
-

API EXPLORER

-
-
-
-

SIGNED IN AS

- Tom +
+
+
+

Bank

+
+ 0 +
+
-
- - Log out icon - - - Settings icon - +
+

Accounts

+
+ 0 +
+ +
+
+

Views

+
+ 0 +
+ +
+
+

Counterparties

+
+ 0 +
+ +
+
+

Transactions

+
+ 0 +
+
-
-
+ - + -
-
-
-

Use the API in the context of your login

-
-

Make your selections below

-
- -
-

Some options require login

+
+
+
+

Get all accounts a user has access to at all banks (private + public)

+
+

Returns the list of accounts at that the user has access to at all banks. For each account the API returns the account ID and the available views. If the user is not authenticated via OAuth, the list will contain only the accounts + providing public views. If the user is authenticated, the list will contain non-public accounts to which the user has access, in addition to all public accounts.

+

Note for those upgrading from v1.2: The v1.2 version of this call was buggy in that it did not include public accounts if an authenticated user made the call. If you need the previous behaviour, please use the API call for private + accounts (..../accounts/private).

+
+
+ + +
+
+ { + "accounts":[{ + "id":"fb51ec3c-9174-4153-a641-19df868d1755", + "label":"Susan R.A Current ..422", + "views_available":[{ + "id":"public", + "short_name":"Public", + "description":"Public View", + "is_public":true, + "alias":"public", + "hide_metadata_if_alias_used":true, + "can_see_transaction_this_bank_account":true, + Close icon +
-
-
+ -
-
-
-

Bank

-
- 0 -
- -
-
-

Accounts

-
- 0 -
- -
-
-

Views

-
- 0 -
- -
-
-

Counterparties

-
- 0 -
- -
-
-

Transactions

-
- 0 -
- -
-
-
- -
-
-
-

The root of the API

-
-
    - - - - -
-
-
- - -
-
-
-
- -
-
-
-

Get all accounts a user has access to at all banks (private + public)

-
-

Returns the list of accounts at that the user has access to at all banks. For each account the API returns the account ID and the available views. If the user is not authenticated via OAuth, the list will contain only the accounts - providing public views. If the user is authenticated, the list will contain non-public accounts to which the user has access, in addition to all public accounts.

-

Note for those upgrading from v1.2: The v1.2 version of this call was buggy in that it did not include public accounts if an authenticated user made the call. If you need the previous behaviour, please use the API call for private - accounts (..../accounts/private).

-
-
- - -
-
- { - "accounts":[{ - "id":"fb51ec3c-9174-4153-a641-19df868d1755", - "label":"Susan R.A Current ..422", - "views_available":[{ - "id":"public", - "short_name":"Public", - "description":"Public View", - "is_public":true, - "alias":"public", - "hide_metadata_if_alias_used":true, - "can_see_transaction_this_bank_account":true, - Close icon -
-
-
-
- -
-
- - -
-
- - - - - - \ No newline at end of file diff --git a/src/main/webapp/templates-hidden/default.html b/src/main/webapp/templates-hidden/default.html index 22dcf65b..26552e2a 100755 --- a/src/main/webapp/templates-hidden/default.html +++ b/src/main/webapp/templates-hidden/default.html @@ -15,20 +15,22 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see www.gnu.org/licenses/ -Email: contact@tesobe.com -TESOBE / Music Pictures Ltd -Osloerstrasse 16/17 -Berlin 13359, Germany - This product includes software developed at - TESOBE (http://www.tesobe.com/) - by - Simon Redfern : simon AT tesobe DOT com - Stefan Bethge : stefan AT tesobe DOT com - Everett Sochowski : everett AT tesobe DOT com - Ayoub Benali: ayoub AT tesobe DOT com + + This product includes software developed at + TESOBE (http://www.tesobe.com/) + Email: contact@tesobe.com + TESOBE / Music Pictures Ltd + Osloerstrasse 16/17 + Berlin 13359, Germany + --> + + + @@ -108,3 +109,96 @@ Berlin 13359, Germany
+ + +--> + + + + + + + API Explorer + + + + + + + +
+
+
+
+ Logo +
+
+

API EXPLORER

+
+
+
+

SIGNED IN AS

+ Tom +
+ +
+
+
+ + + + +
+ + The main content gets bound here +
+ + + + +
+ + + + +