GET api/Admin/GenealogyIcon/{id}
Returns a specific type element.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IGenealogyIconName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
|
Explanation | string |
None. |
|
IconPath | string |
None. |
|
IsActive | boolean |
None. |
|
IsPersonallySponsored | boolean |
None. |
|
SortOrder | integer |
None. |
Response Formats
application/xml, text/xml
Sample:
<GenealogyIcon> <ID>0</ID> <Description /> <Explanation /> <IconPath /> <IsActive>False</IsActive> <IsPersonallySponsored>False</IsPersonallySponsored> <SortOrder>0</SortOrder> <CreatedBy /> <DateCreated>01/01/0001 00:00:00</DateCreated> <LastModifiedBy /> <DateLastModified /> </GenealogyIcon>
application/json, text/json
Sample:
{ "ID": 0, "IsActive": false, "IsPersonallySponsored": false, "SortOrder": 0, "DateCreated": "0001-01-01T00:00:00" }