GET api/Keys
This call will return a unique key the caller will use to identify all his resources
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
KeyName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Message": "sample string 2" }
application/xml, text/xml
Sample:
<Key xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mekonecampusapi.Models"> <Id>sample string 1</Id> <Message>sample string 2</Message> </Key>