URL: /DMWorkflow/GetVariablesByIdTask

Method: POST

Descrizione

Questo metodo ritorna la lista delle variabili di un task.

Formato richieste

Legenda:
Parametro obbligatorio
Parametro opzionale
{
    'sessionID': SID,
    'idTask': 'id task'
}

Formato risposte

{
    "result": {
        "Variables": [
            {
                "IdVariable": "1.75",
                "AllowNull": false,
                "Description": null,
                "ExternalId": null,
                "FieldType": "String",
                "PresenterType": "Title",
                "Name": "Titolo",
                "Precision": null,
                "Scale": null,
                "StringSize": null,
                "DefaultValue": "Inserimento dati",
                "Value": null,
                "ActivityInstanceId": "5",
                "VisibilityGrants": null,
                "PresenterProperties": [
                    {
                        "Name": "Auto complete",
                        "ExternalId": "AUTOCOMPLETE",
                        "Value": true,
                        "Category": null,
                        "Description": null,
                        "Type": "Boolean",
                        "Id": "9c503e41-f989-4999-b598-cc182003372d",
                        "ValueIsNullable": false,
                        "ConfigurationItemList": null,
                        "ItemSource": null
                    },
                    { ... },
                ]
            }
        ]
    },
    "HasError": false,
    "Error": ""
    }
}
               

Note

FieldType identifica il tipo del campo. Clicca qui per vedere tutti i valori possibili.

PresenterType identifica il tipo del presenter. Clicca qui per vedere tutti i valori possibili.