GET api/St_Users?array_keys={array_keys}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
array_keys

string

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and boolean [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": true,
  "sample string 3": true
}