Planfix API: Examples of requesting API using PHP: Difference between revisions
From Planfix
(Created page with "{{#seo: |title=Planfix API:Examples of requesting API using PHP |titlemode=append |keywords=planfix,API,php, function request, php example |description=Examples of requesting API using PHP }} We will provide a few simple examples to illustrate how to work with Planfix API. *PHP Authentication example using login and password *ПланФикс API:Пример получения списка прое...") |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|description=Examples of requesting API using PHP | |description=Examples of requesting API using PHP | ||
}} | }} | ||
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