Info_GetInfo
GET
/api/Info
Responses
200
Success
object
class
Array<string>
title
string
properties
object
entities
Array
actions
Array<object>
object
name
required
string
href
required
string
class
Array<string>
method
string
title
string
type
string
fields
Array<object>
object
name
required
string
type
string
value
class
Array<string>
title
string
links
Array<object>
object
rel
required
Array<string>
href
required
string
class
Array<string>
title
string
type
string
Example
{ "class": [ "Info" ], "title": "Info", "properties": {}, "entities": [], "actions": [], "links": [ { "rel": [ "self" ], "href": "http://localhost:80/api/Info" } ]}