GET api/Events/Categories/{categoryIdentity}/AdditionalCategories/{additionalCategoryIdentity}/Values
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryIdentity | string |
Required |
|
| additionalCategoryIdentity | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NamedObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Identity": "a66f925f-cb51-4deb-b5b4-5cece9bd5d46",
"Name": "sample string 2"
},
{
"Identity": "a66f925f-cb51-4deb-b5b4-5cece9bd5d46",
"Name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfNamedObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.Library.Security">
<NamedObject>
<Identity>a66f925f-cb51-4deb-b5b4-5cece9bd5d46</Identity>
<Name>sample string 2</Name>
</NamedObject>
<NamedObject>
<Identity>a66f925f-cb51-4deb-b5b4-5cece9bd5d46</Identity>
<Name>sample string 2</Name>
</NamedObject>
</ArrayOfNamedObject>