Retrieves all post fields for the CMS.
Method | URL |
---|---|
GET |
/v2/post-fields |
Response format | JSON |
Paginated? | No |
Rate Limited? | Yes (more information) |
This API endpoint supports the following request parameters:
Parameter | Description | Notes |
---|---|---|
api_id | The api_id is given to you with your access credentials. |
Required |
data | The URL encoded JSON data string of search parameters. | Required |
sig | The HMAC signature for this request. | Required |
https://cmsapi.cofeportal.org/v2/post-fields?api_id={api_id}&data={data}&sig={sig}
For more details, please see the section on request parameters.
The following search parameters can be used as part of the JSON data string:
Name | Type | Notes |
---|---|---|
diocese_id | Integer | Required |
A JSON object containing none or more CMS post fields or an error response.