Planfix API: Examples of requesting API using PHP: Difference between revisions
From Planfix
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
*[[Planfix API: PHP Authentication example using login and password|Authentication example using login and password]] | *[[Planfix API: PHP Authentication example using login and password|Authentication example using login and password]] | ||
*[[Planfix API: Example of getting a list of projects on PHP|Example of getting a list of projects using a token]] | *[[Planfix API: Example of getting a list of projects on PHP|Example of getting a list of projects using a token]] | ||
*[[Planfix API:Contents of the included lib PHP file|Contents of the included lib PHP file]] | |||
== Go To == | == Go To == | ||
*[[XML API v1]] | *[[XML API v1]] |
Latest revision as of 07:57, 25 March 2024
We will provide a few simple examples to illustrate how to work with Planfix API.
- Authentication example using login and password
- Example of getting a list of projects using a token
- Contents of the included lib PHP file