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": "02c633c2-83ad-4ec7-bae6-77c6c64d1413"
},
{
"name": "sample string 1",
"id": "02c633c2-83ad-4ec7-bae6-77c6c64d1413"
}
]
text/html
Sample:
[{"name":"sample string 1","id":"02c633c2-83ad-4ec7-bae6-77c6c64d1413"},{"name":"sample string 1","id":"02c633c2-83ad-4ec7-bae6-77c6c64d1413"}]