List Elements

post/formulamanager.getelementnames/{uniqueName}

Returns all logic element names and labels, except elements where the Display Mode (displayOptions) is set to Never.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
uniqueName
required
string

The name (uniqueName) of the logic you want to list elements for.

Responses
200

OK

Response Schema: application/json
object
node
string non-empty
data
object
status
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": { },
    • "status": 0
    }
}