Select list items - Intergraph Smart API Manager - 5.0 - Help

Intergraph Smart API Manager Help

Language
English
Product
Intergraph Smart API Manager
Search by Category
Help
Smart API Manager Version
5.0

A Select List contains an Items navigation property to hold the possible values. For the SampleService Smart API, the following URL returns two items for the “InsulPurpose” select list.

GET https://sam.spclouddave.com/SampleService/Sppid/V2/SelectLists('InsulPurpose')/Items

{

"ConcurrencyToken": "5247733223689787914",

"Id": "C",

"Value": 0,

"Name": "C",

"Description": null

},

{

"ConcurrencyToken": "5247733223689787914",

"Id": "H",

"Value": 1,

"Name": "H",

"Description": null

}

Value holds the enumerated value, and Name holds the logical, string value.