Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:  http://www.folioforjira.com/doc/api/

 

Div
stylewidth:100%
idkt-documentation-section
alignleft
Div

...

center
HTML Table
cellpadding10px
Table Row (tr)
Table Cell (td)
width70%
valigntop

FOLIO can be integrated into your other enterprise components either manually or programmatically. 

Importing and Exporting data in CSV format

Manual integration is made by importing and exporting data in csv format.  Costs, Revenues and Team information can all be imported and exported that way.

Using REST API

Programmatic integration is made via a clean and well-documented REST API.

Table Cell (td)
width30%
valigntop
Panel

Related pages:

 

 

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;
}

...