GET api/child/activity-feed-types
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ActivityFeedTypeModelName | Description | Type | Additional information |
---|---|---|---|
TypeId | integer |
None. |
|
TypeValue | string |
None. |
|
TypeKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "TypeId": 1, "TypeValue": "sample string 2", "TypeKey": "sample string 3" }
application/xml, text/xml
Sample:
<ActivityFeedTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareApiModel"> <TypeId>1</TypeId> <TypeKey>sample string 3</TypeKey> <TypeValue>sample string 2</TypeValue> </ActivityFeedTypeModel>