eQuipAPI

<back to all web services

GetValueListForMultivalueDDLByFieldID

The following routes are available for this service:
All Verbs/GetValueListForMultivalueDDLByFieldID
GetValueListForMultivalueDDLByFieldID Parameters:
NameParameterData TypeRequiredDescription
UserIDquerystringNo
FieldIDqueryintNo
DisplayCurrentValuequerystringNo
CreatedByUserIDquerystringNo
GetMultiDisplayValuelistDataResponse Parameters:
NameParameterData TypeRequiredDescription
ColumnCollectionbodyList<Dictionary>No
DataCollectionbodyList<Dictionary>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/GetValueListForMultivalueDDLByFieldID HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/csv
Content-Length: length

{"UserID":"String","FieldID":0,"DisplayCurrentValue":"String","CreatedByUserID":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ColumnCollection":[{"String":{}}],"DataCollection":[{"String":{}}]}