GET api/ChurchFaithDevelopment?id={id}
Documentation for 'GetChurchFaithDevelopment'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "RecordId": 1, "ChurchId": 2, "Category": "sample string 3", "Names": "sample string 4", "WorkbookId": 5 }, { "RecordId": 1, "ChurchId": 2, "Category": "sample string 3", "Names": "sample string 4", "WorkbookId": 5 }, { "RecordId": 1, "ChurchId": 2, "Category": "sample string 3", "Names": "sample string 4", "WorkbookId": 5 } ]
application/xml, text/xml
Sample:
<ArrayOfFaithDevelopment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <FaithDevelopment> <Category>sample string 3</Category> <ChurchId>2</ChurchId> <Names>sample string 4</Names> <RecordId>1</RecordId> <WorkbookId>5</WorkbookId> </FaithDevelopment> <FaithDevelopment> <Category>sample string 3</Category> <ChurchId>2</ChurchId> <Names>sample string 4</Names> <RecordId>1</RecordId> <WorkbookId>5</WorkbookId> </FaithDevelopment> <FaithDevelopment> <Category>sample string 3</Category> <ChurchId>2</ChurchId> <Names>sample string 4</Names> <RecordId>1</RecordId> <WorkbookId>5</WorkbookId> </FaithDevelopment> </ArrayOfFaithDevelopment>