GET api/titles
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API.Domain.Models.Title| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Max length: 50 |
|
| Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"id": "3d8172a4-5911-4a35-9843-fc65e7029b25"
},
{
"name": "sample string 1",
"id": "3d8172a4-5911-4a35-9843-fc65e7029b25"
}
]
text/html
Sample:
[{"name":"sample string 1","id":"3d8172a4-5911-4a35-9843-fc65e7029b25"},{"name":"sample string 1","id":"3d8172a4-5911-4a35-9843-fc65e7029b25"}]