Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Div
stylewidth:100%
idkt-documentation-section
alignleft
Div

FOLIO

RESTful API

Code. Integrate. Then rest.

  • Exchange costs, revenues, team members, worked hours, and more between FOLIO and an external system.
  • Take advantage of REST standard and use your favorite programming language to integrate.
  • Easily build your integration point by referring to an interactive, comprehensive and searchable API documentation.

Access API: offers a REST API to programmatically integrate it to your other enterprise components.  REST being based on open standards, you are free to use any web development language to access the API. Please visit JIRA's REST API Documentation to learn how to develop the client code required to call these methods. To obtain the descriptor file (WADL) for all FOLIO REST operations connect to {JIRA_BASE_URL}/rest/folio/1.0/application.wadl.

Note

Note that FOLIO is completely based on REST but not all of its methods are intended for external usage. You should use only methods that are documented here. Methods intended for external usage are prefixed with /api.

You can use Atlassian's REST API Browser in order to tryout the operations manually through a web interface, integrated into JIRA. The REST API Browser will allow you to see all REST methods exposed by FOLIO (and other add-ons).

API Documentation

The REST API includes an interactive and searchable documentation accessible directly from FOLIO's website.

API versionDocumentation Link
1.0http://www.folioforjira.com/doc/api/rest/1.0

 

 

 

 

 

Style
#breadcrumb-section {
  	margin-bottom: 10px;
}
#breadcrumbs li,
#breadcrumbs li a{
  	color: #999;
}
#main-header {
 	margin: 10px 0 0;
}
#title-text a {
  	color  : #3B73AF   !important;
}
 
.page-metadata 
{
  transition         : opacity .25s ease-in-out;
  -moz-transition    : opacity .25s ease-in-out;
  -webkit-transition : opacity .25s ease-in-out;
}
.page-metadata 
{
  opacity       : 0;
  margin        : 0 0 30px;
}
 .page-metadata:hover 
{
  opacity       : 1.0;
}
#title-text {
	font-family: "kulturista-web",sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height: 75px;
	padding-bottom: 5px
}
#splitter-sidebar img{    
	top: 17px; 	
	position: relative;
}
#splitter-sidebar h1 { font-size: 1.2em; margin: 0; padding-bottom: 20px; padding-top: 0;}
 
#content .confluenceTable .confluenceTd {
	border-color: #fff;
}

...