|
Student Forms - monitoring changes
|
for_eform | Return eform logs for GUID. (administrative) |
search | Return eform logs filtered by special criteria. (administrative) |
services/eforms/logs/for_eform ¶
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
https://apps.usos.pw.edu.pl/services/eforms/logs/for_eform | ||||||
Return eform logs for GUID. | ||||||
guid | required | Code or name of eform used for ilike | ||||
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: A list of eform logs... |
services/eforms/logs/search ¶
Administrative: This method requires a proper Administrative Consumer Key. Contact us to get one.
|
||||||
https://apps.usos.pw.edu.pl/services/eforms/logs/search | ||||||
Return eform logs filtered by special criteria. | ||||||
guid | optional | GUID of the eform | ||||
txt | optional | Text which is searched for in description, metadata, code of eform columns | ||||
date_from | optional | Starting day and time for which the eform should be filtered | ||||
date_to | optional | End day and time for which the eform should be filtered | ||||
mod_user_id | optional | Id of modifier | ||||
eform_user_id | optional | Id of submitter | ||||
start | optional | First record to return | ||||
num | optional | Maximum number of records to return | ||||
fields | optional |
Default value: items|total 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: A list of filtered eform logs... |