XML API v1: Difference between revisions
From Planfix
(→Go To) |
(→Go To) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 24: | Line 24: | ||
== | == Contents == | ||
*[[Introduction]] | *[[Introduction]] | ||
*[[Planfix API:Authentication by token|Authentication by token]] | *[[Planfix API:Authentication by token|Authentication by token]] | ||
Line 31: | Line 31: | ||
*[[List of data types used]] | *[[List of data types used]] | ||
*[[Error codes XML API v1|Error codes]] | *[[Error codes XML API v1|Error codes]] | ||
*[[Examples of calling | *[[Examples of calling API using curl]] | ||
*[[Planfix API:Examples of requesting | *[[Planfix API:Examples of requesting API using PHP|Examples of requesting API using PHP]] | ||
== More == | |||
Data incoming to Planfix can be further [[Calculate Infoblock |processed]] before use. | |||
== Go To == | |||
*[[API|For developers:API]] |
Latest revision as of 10:47, 14 March 2024
The Planfix XML API is a set of interfaces designed to let you access Planfix account data using HTTP and XML protocol.
The API allows you to quickly and easily create web and desktop apps that you can integrate with any Planfix account.
Here are several use cases for the Planfix API:
- Creating your own apps or services based on Planfix;
- Developing add-ons to the basic Planfix functionality. Expanding the ways in which Planfix can be used;
- Importing data from other systems into Planfix;
- Exporting data from Planfix into other systems;
- Setting up notifications about tasks and actions in Planfix through clients' preferred platforms;
- Porting Planfix to another platform, including mobile platforms;
- Creating services to receive and use analytical data in Planfix.
Important
The API can only be used with paid and premium accounts.
Contents
- Introduction
- Authentication by token
- Planfix API: Authentication using username and password
- List of functions
- List of data types used
- Error codes
- Examples of calling API using curl
- Examples of requesting API using PHP
More
Data incoming to Planfix can be further processed before use.