GET api/titles

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of API.Domain.Models.Title
NameDescriptionTypeAdditional information
Name

string

Max length: 50

Id

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "name": "sample string 1",
    "id": "e41760aa-0d89-4116-9e99-af72070232ae"
  },
  {
    "name": "sample string 1",
    "id": "e41760aa-0d89-4116-9e99-af72070232ae"
  }
]

text/html

Sample:
[{"name":"sample string 1","id":"e41760aa-0d89-4116-9e99-af72070232ae"},{"name":"sample string 1","id":"e41760aa-0d89-4116-9e99-af72070232ae"}]