GET api/speaker/{Id}/shallow
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShallowSpeakerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IconURL | string |
None. |
|
| ThumbnailIconURL | string |
None. |
|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Location | string |
None. |
|
| CourseCount | integer |
None. |
|
| IsActive | boolean |
None. |
|
| FriendlyURL | string |
None. |
|
| PracticeAreas | string |
None. |
|
| BarMembership | string |
None. |
|
| Firm | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IconURL": "https://cdn.lexvid.com/images/speakers/full/00001.jpg",
"ThumbnailIconURL": "https://cdn.lexvid.com/images/speakers/thumbnail/00001.jpg",
"ID": 1,
"Name": "sample string 2",
"Location": "sample string 3",
"CourseCount": 4,
"IsActive": true,
"FriendlyURL": "sample string 6",
"PracticeAreas": "sample string 7",
"BarMembership": "sample string 8",
"Firm": "sample string 9",
"Email": "sample string 10",
"Phone": "sample string 11"
}