Changes for page REST API

Last modified by Thomas Mortagne on 2024/03/12

From version 46.1
edited by Guillaume Delhumeau
on 2015/08/26
Change comment: There is no comment for this version
To version 48.1
edited by Guillaume Delhumeau
on 2015/08/26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -892,7 +892,7 @@
892 892  
893 893  A job is identified by an ID (##jobId##) which is a list of strings. In the REST URL, you have to represent the ID with a list of strings separated by ##/##. (eg: ##refactoring/delete/11451##).
894 894  
895 -=== /jobstatus/{jobId} ===
895 +=== /jobstatus/{jobId} {{info}}Since 7.2M3{{/info}} ===
896 896  
897 897  * **HTTP Method:** GET
898 898  ** **Media types:**
... ... @@ -902,7 +902,7 @@
902 902  *** 200: If the request was successful.
903 903  *** 404: If the job status has not been found
904 904  
905 -=== /joblog/{jobId}[?level~={error,warn,info,debug,trace}&fromLevel~={error,warn,info,debug,trace}] ===
905 +=== /joblog/{jobId}[?level~={error,warn,info,debug,trace}][?fromLevel~={error,warn,info,debug,trace}] {{info}}Since 7.2M3{{/info}} ===
906 906  
907 907  * **HTTP Method:** GET
908 908  ** **Media types:**

Get Connected