GET api/Events/Categories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of NamedObjectName | Description | Type | Additional information |
---|---|---|---|
Identity | globally unique identifier |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Identity": "b92f631d-2c14-496d-92eb-d911d4a0e830", "Name": "sample string 2" }, { "Identity": "b92f631d-2c14-496d-92eb-d911d4a0e830", "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>b92f631d-2c14-496d-92eb-d911d4a0e830</Identity> <Name>sample string 2</Name> </NamedObject> <NamedObject> <Identity>b92f631d-2c14-496d-92eb-d911d4a0e830</Identity> <Name>sample string 2</Name> </NamedObject> </ArrayOfNamedObject>