List Logics

post/formulamanager.getnames

Retrieves a list (uniqueName and label) of all logics in the partition you are currently authenticated for.

Securitybasic or X-PriceFx-jwt
Responses
200

OK

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