project
Interface for information about the user's projects.
To use this interface, all you need is the API key of any project you own, which identifies you as the owner. The interface works with all projects you own (however, each project may have its own API key).
list
Returns an overview and status of all your projects
/2.0/project/list/[format]
format
defines the format of the returned data, options:JSON
,XML
orCSV
Return Values:
id | project ID |
url | project URL |
title | project name |
version | current version of the snippet used |
updated | Date and time of last change |
Response status:
HTTP | Status |
200 | Project list successfully returned |
204 Project list is empty
400 | Invalid or incomplete request |