GET (Script Content)

This request is valid for script filters only and returns the script content.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/filter/(id)/scriptcontent

HTTPS method:

GET

Response for a script filter:

function{
if((a<b) && (c>d) ) {
after=before;
before=after;
}
}