Questo metodo risolve le Dynamic Association di un profilo, ritornando i profili collegati.
Legenda:
Parametro obbligatorio
Parametro opzionale
{
'sessionID': SID,
'ObjectId': 'object id'
'DynAss': 'dynamic association'
}
{
'result':
{
"HasError": false,
"Error": "",
"Fields":
[
{
"Id": 57,
"Name": "field name",
"Label": "field label",
"ExternalId": "field external id",
"FieldType": 1,
"DbFieldName": "C57",
"LanguageId": -1
},
{...},
{...}
],
"Profiles":
[
{
/* system properties */
"DomainId": 5,
"ClassTypeId": 37,
"ObjectStateId": 14,
"ObjectId": "1469cf94-02d0-490b-972b-097d2a974f66",
"UserId": -1,
"Version": 0,
"LastUpdate": "/Date(1456807493750)/",
"Domain": "domainName",
"ClassType": "classTypeString",
"ObjectState": "objectStateString",
"Domain_ExternalId": "domainExternalId",
"ClassType_ExternalId": "classExternalId",
"ObjectState_ExternalId": "stateExternalId",
"InsertDt": "/Date(1455704333533)/",
"LanguageId": 2,
/* additional fields as name-value pairs */
"C57": "value of C57",
"C58": "value of C58",
"C59": "value of C59",
...
},
{...},
{...}
],
"Languages":
[
{
"Id": 3,
"Name": "Italiano",
"Code": "IT"
},
{...},
{...}
]
}
}