Planfix API: Examples of requesting API using PHP: Difference between revisions
From Planfix
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
We will provide a few simple examples to illustrate how to work with Planfix API. | We will provide a few simple examples to illustrate how to work with Planfix API. | ||
*[[Planfix API: PHP 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:Contents of the included lib PHP file|Contents of the included lib PHP file]] | |||
== | == 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