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": "deed7935-6539-45ea-a337-15760d648c97"
},
{
"name": "sample string 1",
"id": "deed7935-6539-45ea-a337-15760d648c97"
}
]
text/html
Sample:
[{"name":"sample string 1","id":"deed7935-6539-45ea-a337-15760d648c97"},{"name":"sample string 1","id":"deed7935-6539-45ea-a337-15760d648c97"}]