|
Dostęp do metod i danych PW - ogólnouczelnianych
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| naliczenia_oczekujace | Zwraca naliczenia oczekujące (administrative) |
| proxyPWFica | Call a procedure "procname" from "pw_fica_utils" package passing "params" list as parameters. |
| rozliczenia_historia | Zwraca szczegółowe informacje transakcjach (administrative) |
| rozliczenia_szczegoly | Zwraca szczegółowe informacje transakcjach (administrative) |
| salda_kont | Zwraca informacje o saldzie dla wskazanego studenta (administrative) |
| selectPWFica | Zwraca wynik kwerendy SQL (administrative) |
services/pw_fica/naliczenia_oczekujace ¶
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
| https://apps.usos.pw.edu.pl/services/pw_fica/naliczenia_oczekujace | ||||||
|
Zwraca naliczenia oczekujące | ||||||
| fields | optional |
Default value: jednostka|opis_operacji_czesciowej|opis|kwota|waluta|data_platnosci Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: Zwraca naliczenia oczekujące. | ||||||
services/pw_fica/proxyPWFica ¶
|
||||||
| https://apps.usos.pw.edu.pl/services/pw_fica/proxyPWFica | ||||||
|
Call a procedure "procname" from "pw_fica_utils" package passing "params" list as parameters. | ||||||
| procname | optional | Name of a procedure from pw_fica_utils package to be called. | ||||
| data | optional | JSON encoded dictionary data with a parameter: { "params": ["par1", 2, 3.0] } | ||||
| multiple_procnames | optional | JSON encoded dictionary with a list of multiple procedures from pw_fica_utils package to be called under the parameter "procnames". { "procnames" : ["procedure1", "procedure2", "procedure3"]} | ||||
| multiple_datas | optional | JSON encoded dictionary with a list of lists of parameters under key "params": { "params" : [["par1", 2, 3.0], ["par2", 3, 2.1]]} | ||||
| fields | optional |
Default value: result Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: Returns OK if operation succeeds or a message when an error occures. | ||||||
services/pw_fica/rozliczenia_historia ¶
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
| https://apps.usos.pw.edu.pl/services/pw_fica/rozliczenia_historia | ||||||
|
Zwraca szczegółowe informacje transakcjach | ||||||
| nr_konta_umowy | optional | Numer konta umowy | ||||
| fields | optional |
Default value: rodzaj_dokumentu_opis|opisopcz|opis|dataplat|kwota|waluta Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: Zwraca szczegółowe informacje dotyczące danego rachunku bankowego. | ||||||
services/pw_fica/rozliczenia_szczegoly ¶
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
| https://apps.usos.pw.edu.pl/services/pw_fica/rozliczenia_szczegoly | ||||||
|
Zwraca szczegółowe informacje transakcjach | ||||||
| nr_konta_umowy | optional | Numer konta umowy | ||||
| fields | optional |
Default value: opisopcz|opis|dataplat|kwota|waluta Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: Zwraca szczegółowe informacje dotyczące danego rachunku bankowego. | ||||||
services/pw_fica/salda_kont ¶
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
| https://apps.usos.pw.edu.pl/services/pw_fica/salda_kont | ||||||
|
Zwraca informacje o saldzie dla wskazanego studenta | ||||||
| fields | optional |
Default value: nr_konta|nr_rachunku_bankowego|oznaczenie_konta|waluta|saldo Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: Zwraca informacje o saldzie/saldach | ||||||
services/pw_fica/selectPWFica ¶
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
| https://apps.usos.pw.edu.pl/services/pw_fica/selectPWFica | ||||||
|
Zwraca wynik kwerendy SQL | ||||||
| query | optional | Surowa kwerenda SQL z zagnieżdżonymi parametrami w postaci "%s%", "%d", itp... | ||||
| options | optional | Obiekt JSON (słownik) z parametrami kwerendy w liście: "pars": ... | ||||
| multiple_querys | optional | JSON encoded dictionary with a list of multiple queries to be called under the parameter "querys". { "querys" : ["query1", "query2", "query3"]} | ||||
| multiple_options | optional | JSON encoded dictionary with a list of lists of parameters under key "pars": { "pars" : [["par1", 2, 3.0], ["par2", 3, 2.1]]} | ||||
| fields | optional |
Default value: items Selector of result fields you are interested in. The selector may contain any subset of fields, which are described in the returns section. |
||||
| format | optional |
Default value: json Format in which to return values. See supported output formats. |
||||
| callback | optional |
Required only if you've chosen jsonp as a return format. |
||||
| Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus optional oauth_token for Token authorization. | ||||||
|
Returned value: Zwraca wynik zapytania SQL jako kolekcję obiektów. Przykład { items: [ { "ID": 12, "OPIS_PL": ..., "OPIS_EN": ... }] } | ||||||