List Functions

post/formulamanager.librarymethods

Retrieves a list of functions in an active Groovy library.

Securitybasic or X-PriceFx-jwt
Responses
200

OK

Response Schema: application/json
object
node
string non-empty
csrfToken
string non-empty
data
Array of objects non-empty unique
status
number
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "csrfToken": "string",
    • "data": [
      • { }
      ],
    • "status": 0
    }
}