GET api/FaithDevelopment/{id}
Documentation for 'GetFaithDevelopment'.
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 }
application/xml, text/xml
Sample:
<FaithDevelopment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <Category>sample string 3</Category> <ChurchId>2</ChurchId> <Names>sample string 4</Names> <RecordId>1</RecordId> <WorkbookId>5</WorkbookId> </FaithDevelopment>