
Read more about this in Expansions in the REST API. ExpansionsĬonfluence's REST API also provides a way to fetch more data in a single call through REST API Expansions. Read more about this in Pagination in the REST API. PaginationĬonfluence's REST API provides a way to paginate your calls to limit the amount of data you are fetching. Your methods will be the standard HTTP methods: GET, PUT, POST and DELETE. The REST API is based on open standards, so you can use any web development language to access the API.įor some examples of what you can do with the REST API, see Confluence REST API Examples. To use a REST API, your application will make an HTTP request and parse the response. CRUD OperationsĬonfluence's REST APIs provide access to resources (data entities) via URI paths. Using Cloud? Find out about the Confluence Cloud REST API. For REST API documentation, see Confluence Server REST API reference.
