View Available API Calls

Prev Next

This article will show you how to view the list of API calls that are available through Recreation Management

Important Note:

  • CivicPlus does not support or assist with third-party integrations that utilize CivicPlus APIs.

  • You can Contact Support if you want to set up an API interface at https://secure.rec1.com/apiDocs/v1. It will then be up to your organization to determine how to utilize your API resources.

  • If you have dedicated hosting you will need to replace secure.rec1.com with your custom domain.

  • POST Methods are not available for Individual Customer use, they are currently only assigned for CivicPlus internal systems

Instructions

  1. Login to Recreation Management

  2. Navigate to https://secure.rec1.com/apiDocs/v1 Rec URL for API Calls.png  

    • Note: Dedicated hosting will need to replace secure.rec1.com with your custom domain.

  3. Review Available APIs and select GET API to view parameters. Rec API Call GET review Parameters.png

    • Note: GET APIs are available for customer use POST APIs are for internal use onlyRec API GET POST examples.png

  4. To view Swagger click the /api/v1/swagger.json link at the top of the page.  Rec API Swagger link.png

In-Article Glossary

Review the Help Center Glossary, a comprehensive explanation of the acronyms, abbreviations, and company-specific terminology. The terms located in this section are listed alphabetically:

  • API: Application Programming Interface

  • GET: The GET method refers to a HyperText Transfer Protocol (HTTP) method that is applied while requesting information from a particular source. GET is for fetching data, ideal for searches.  

  • POST: The POST method is used for updates, and sends data securely in the request body, perfect for forms.

  • Swagger: Swagger allows you to describe the structure of your APIs so that machines can read them. For questions about Swagger please contact Support.