GET AssessmentCenter/ListAssessmentBatteries
List of the active assessment batteries
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Key of dictionary item contains battery id, values of dictionary item contains name of the battery.
Dictionary of globally unique identifier [key] and string [value]Response Formats
application/json, text/json
Sample:
{
"b8c1bb3d-380d-42e2-95db-524804e1b20b": "sample string 2",
"34e7c8f7-17f0-492d-812a-59c18ec95f85": "sample string 4"
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfguidstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfguidstring>
<Key>b8c1bb3d-380d-42e2-95db-524804e1b20b</Key>
<Value>sample string 2</Value>
</KeyValueOfguidstring>
<KeyValueOfguidstring>
<Key>34e7c8f7-17f0-492d-812a-59c18ec95f85</Key>
<Value>sample string 4</Value>
</KeyValueOfguidstring>
</ArrayOfKeyValueOfguidstring>