Planfix API: project.get: Difference between revisions
From Planfix
(Created page with "{{#seo: |title=Planfix API project.get |titlemode=append |keywords=Planfix, planfix, project, api, API, get |description=Planfix API project.get }} A function that gets inform...") |
No edit summary |
||
Line 26: | Line 26: | ||
|project.general || int || project number || used when there is no ID parameter id | |project.general || int || project number || used when there is no ID parameter id | ||
|- | |- | ||
|signature ||string(32) || | |signature ||string(32) ||signature || | ||
|- | |- | ||
|} | |} |
Revision as of 06:58, 3 August 2022
A function that gets information about a project. Request format:
<?xml version="1.0" encoding="UTF-8"?>
<request method="project.get">
<account></account>
<sid></sid>
<project>
<id></id>
<general></general>
</project>
<signature></signature>
</request>
Name | Type | Value | Notes |
---|---|---|---|
project.id | int | identifier of the given project | |
project.general | int | project number | used when there is no ID parameter id |
signature | string(32) | signature |